Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain BRÉGIER committed Apr 19, 2024
1 parent 50a524f commit a24129b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy ${{matrix.pytorch-version}}
pip install numpy ${{matrix.pytorch-version}} --no-cache-dir
- name: Prepare repo
uses: actions/checkout@master
Expand Down

0 comments on commit a24129b

Please sign in to comment.