Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 26, 2024
1 parent 5a283dc commit 1dff920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
pip install -r .ci_pip_reqs.txt
pip install -e .
pip install -r .ci_pip_reqs.txt
- name: Run tests
run: |
python -m flake8 \
Expand Down

0 comments on commit 1dff920

Please sign in to comment.