Skip to content

Commit

Permalink
feat: add --no-cache-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes committed Nov 21, 2023
1 parent a2dd165 commit 66d900f
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 @@ -24,8 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: python --version
- run: pip install -r requirements.txt
- run: pip install .
- run: pip install --no-cache-dir -r requirements.txt
- run: pip install --no-cache-dir .
- run: cleanup .
- run: python setup.py test
build-pypy:
Expand All @@ -39,5 +39,5 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: pypy --version
- run: pip install -r requirements.txt
- run: pip install --no-cache-dir -r requirements.txt
- run: pypy setup.py test

0 comments on commit 66d900f

Please sign in to comment.