Skip to content

Commit

Permalink
Separate command to install pysquirrel
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Oct 14, 2024
1 parent 67191b6 commit 918dcc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:

- name: Install requirements
run: |
pip install nomenclature-iamc pytest pysquirrel>=1.1
pip install nomenclature-iamc pytest
pip install pysquirrel>=1.1
pip list
- name: Run the integration test
Expand Down

0 comments on commit 918dcc8

Please sign in to comment.