Skip to content

Commit

Permalink
update run_unit_test.yml / fix pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliselavy committed Jul 17, 2024
1 parent c286294 commit d656143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pip==23.1.2
pip install -r requirements.txt
- name: Lint with flake8
Expand Down

0 comments on commit d656143

Please sign in to comment.