Skip to content

Commit

Permalink
Disable cache - temporarily - for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 2, 2024
1 parent 84dea9d commit 0f331a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'server/requirements/*.txt'
# cache: 'pip'
# cache-dependency-path: 'server/requirements/*.txt'

- name: Display Python version
run: |
Expand All @@ -86,7 +86,7 @@ jobs:
run: |
python -m pip install pip setuptools wheel
pip install --upgrade pip
pip install -r ./server/requirements/test.txt
pip install -r ./server/requirements/test.txt --no-cache-dir
pip install flake8
# Setup tmate session
Expand Down

0 comments on commit 0f331a2

Please sign in to comment.