Skip to content

Commit ca17480

Browse files
run flask 8 corrected
1 parent c4ad2c1 commit ca17480

2 files changed

Lines changed: 211 additions & 772 deletions

File tree

.github/workflows/joss_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
3535
- name: Install Dependencies
3636
# Use a dedicated step for installing dependencies.
37-
# The 'if' condition prevents re-installing if the cache was restored.
38-
if: steps.cache-pip.outputs.cache-hit != 'true'
3937
run: |
4038
python -m pip install --upgrade pip
4139
pip install -e .

0 commit comments

Comments
 (0)