Skip to content

Commit

Permalink
faster pip install?
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Sep 30, 2023
1 parent 48348e9 commit 3542f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
cache-dependency-path: requirements-dev.txt
- name: Install dependencies
run: |
python -m pip install --disable-pip-version-check -r requirements-dev.txt
python -m pip --disable-pip-version-check install pip-tools
python -m piptools sync requirements-dev.txt
python -m pip install --disable-pip-version-check .
- name: Get current date
id: date
Expand Down

0 comments on commit 3542f04

Please sign in to comment.