Skip to content

Commit

Permalink
chore: rem cache
Browse files Browse the repository at this point in the history
  • Loading branch information
petscheit committed Apr 23, 2024
1 parent 9847195 commit 7bd7c1d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.9' # Specify the Python version you need
- name: Cache Python environment
uses: actions/cache@v3
with:
path: |
~/.cache/pip
venv
key: ${{ runner.os }}-python-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-python-
# - name: Cache Python environment
# uses: actions/cache@v3
# with:
# path: |
# ~/.cache/pip
# venv
# key: ${{ runner.os }}-python-${{ hashFiles('**/requirements.txt') }}
# restore-keys: |
# ${{ runner.os }}-python-
- name: Install Dependencies
run: |
make setup
Expand Down

0 comments on commit 7bd7c1d

Please sign in to comment.