Skip to content

Commit b7ddc72

Browse files
committed
Install psydac with --no-cache-dir
1 parent c997db8 commit b7ddc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
167167
- name: Install project
168168
run: |
169-
python -m pip install .
169+
python -m pip install . --no-cache-dir
170170
python -m pip freeze
171171
172172
- name: Test Pyccel optimization flags

0 commit comments

Comments
 (0)