Skip to content

Commit

Permalink
fixing python work flow, updating requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
eaa3 committed Feb 14, 2024
1 parent 121f1ae commit 47dd1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
pip install -r requirements.txt
# - run: |
# pylint $(git ls-files '*.py') # todo: fix linting
- name: Test with pytest
Expand Down

0 comments on commit 47dd1b4

Please sign in to comment.