Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Mar 10, 2024
1 parent aa980a8 commit 9eb5def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pip
pip install setuptools wheel
python -m pip install -r requirements.txt
pip install -r requirements.txt
- name: Run unit tests
run: |
Expand Down

0 comments on commit 9eb5def

Please sign in to comment.