Skip to content

Commit

Permalink
upgrade setuptools & wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
khsrali committed Jul 24, 2024
1 parent 96da443 commit 4e4d438
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ jobs:
run: |
.github/workflows/setup-ssh-localhost.sh
ssh -v localhost
- name: Upgrade setuptools and wheel
run: |
python -m pip install --upgrade pip setuptools wheel
- name: Install dependencies (including dev dependencies at frozen version)
# I'm using pip install -e to make sure that the coverage properly traces the runs
# also of the concurrent tests (maybe we can achieve this differently)
run: |
python -m pip install --upgrade pip
pip install -e .[progressbar,optionaltests]
pip install -r requirements.lock
- name: Test with pytest
Expand Down

0 comments on commit 4e4d438

Please sign in to comment.