Skip to content

Commit

Permalink
Show pip list
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Oct 14, 2024
1 parent 2502674 commit 67191b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
python-version: 3.11

- name: Install requirements
run: pip install nomenclature-iamc pytest pysquirrel>=1.1
run: |
pip install nomenclature-iamc pytest pysquirrel>=1.1
pip list
- name: Run the integration test
run: pytest tests/test_integration.py --rootdir='tests'

0 comments on commit 67191b6

Please sign in to comment.