Skip to content

Commit

Permalink
[522] removed a cd command that made no difference
Browse files Browse the repository at this point in the history
  • Loading branch information
james.adams committed Jun 29, 2023
1 parent f5e5f6f commit 4d0829e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
run: python -m pip install --upgrade pip poetry

- name: Set up project
run: |
cd $GITHUB_WORKSPACE
poetry install
run: poetry install

- name: Run unit tests
run: poetry run pytest

0 comments on commit 4d0829e

Please sign in to comment.