Skip to content

Commit

Permalink
Try pip versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Nov 7, 2023
1 parent 936a8ef commit f57273e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,20 @@ jobs:

- name: Checkout
uses: actions/[email protected]

- uses: actions/[email protected].2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }}
restore-keys: |
${{ runner.os }}-pip-
#
# - uses: actions/[email protected].1
# with:
# path: ~/.cache/pip
# key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }}
# restore-keys: |
# ${{ runner.os }}-pip-

- name: Install Python requirements
run: pip install -r requirements/dev.txt

- name: Pip freeze
run: pip freeze

- name: Run flake8
run: flake8

Expand Down

0 comments on commit f57273e

Please sign in to comment.