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 0d63790 commit fc5349c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ jobs:
cache-dependency-path: requirements-dev.txt
- name: Install dependencies
run: |
python -m pip --disable-pip-version-check install pip-tools
python -m piptools sync requirements-dev.txt --pip-args "--no-deps"
python -m pip install --disable-pip-version-check .
python -m pip install --disable-pip-version-check --no-deps -r requirements-dev.txt .
- name: Get current date
id: date
run: echo "::set-output name=curmonth::$(date +'%Y-%m')"
Expand Down

0 comments on commit fc5349c

Please sign in to comment.