Skip to content

Commit

Permalink
πŸš‡πŸ©Ή Use pinned versions of dependencies to run integration CI tests (#892
Browse files Browse the repository at this point in the history
)

* πŸš‡πŸ©Ή Use pinned version of dependencies to run integration tests

* πŸš‡πŸ‘Œ Add step to show installed packages for debugging purposes
  • Loading branch information
s-weigand authored Nov 6, 2021
1 parent d05c042 commit efc333a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@ jobs:
- name: Install pyglotaran
run: |
pip install wheel
pip install -r requirements_dev.txt
pip install .
- name: ${{ matrix.example_name }}
id: example-run
uses: glotaran/pyglotaran-examples@main
with:
example_name: ${{ matrix.example_name }}
- name: Installed packages
if: always()
run: |
pip freeze
- name: Upload Example Plots Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit efc333a

Please sign in to comment.