Skip to content

Commit

Permalink
Use latest version of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner authored Dec 9, 2023
1 parent 4384498 commit 3c086ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
with:
python-version: "3.10"

- name: Use latest version of pip
run: |
python -m pip install --upgrade pip
- name: Install Python dependencies
run: |
pip3 install --user -e .[dev]
python -m pip install --user -e .[dev]
- name: Test with pytest
run: |
Expand Down

0 comments on commit 3c086ad

Please sign in to comment.