Skip to content

Commit

Permalink
changed installing dependencies for testing github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Taubert committed Apr 19, 2024
1 parent b5f43bc commit 787faa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
python -m pip install --upgrade pip
pip install ruff pytest pytest-cov
pip install coverage-badge
pip install -r requirements.txt
pip install .
# pip install -r requirements.txt
pip install ."[dev]"
- name: Lint with ruff
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 787faa1

Please sign in to comment.