Skip to content

Commit

Permalink
Hash-pin pip packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzweilin committed Mar 6, 2024
1 parent 31af766 commit b897f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip == 24.0 --hash=sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc
pip install -e .[developer]
- name: List dependencies
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip == 24.0 --hash=sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc
pip install -e .[developer]
- name: Run tests and collect coverage
Expand Down

0 comments on commit b897f56

Please sign in to comment.