Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ jobs:
- name: Download a development version of sympde
working-directory: /tmp
run: |
wget https://github.com/pyccel/sympde/archive/refs/heads/master.zip
unzip ./master.zip
python3 -m pip install ./sympde-master
wget https://github.com/pyccel/sympde/archive/refs/heads/terminal_expressions_for_NS.zip
unzip ./terminal_expressions_for_NS.zip
python3 -m pip install ./sympde-terminal_expressions_for_NS

- name: Install project
run: |
Expand Down