Skip to content

Commit

Permalink
Try removing working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Dec 22, 2023
1 parent 32e9963 commit 4f5bed2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/other-check-quality-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
working-directory: qless-py
- name: Check style
run: |
Expand All @@ -37,11 +36,9 @@ jobs:
echo "make style caused file changes, failing!"
exit 1
fi
working-directory: qless-py
- name: Run tests and build package
run: |
source venv/bin/activate
make nose
python -m build
working-directory: qless-py

0 comments on commit 4f5bed2

Please sign in to comment.