Skip to content

Commit

Permalink
Change to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Aug 24, 2023
1 parent cbc4331 commit 63a651a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.9'

- name: Setup pip cache
uses: actions/cache@v2
with:
path: /opt/hostedtoolcache/Python
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements.optional.txt') }}
restore-keys: |
${{ runner.os }}-pip-
cache: "pip"

# - name: Setup pip cache
# uses: actions/cache@v2
# with:
# path: /opt/hostedtoolcache/Python
# key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements.optional.txt') }}
# restore-keys: |
# ${{ runner.os }}-pip-

- name: Install pip and setuptools
run: |
Expand Down

0 comments on commit 63a651a

Please sign in to comment.