Skip to content

Commit

Permalink
🚇👌 Add step to show installed packages for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Nov 6, 2021
1 parent 0d4fecf commit 79397c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
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 79397c4

Please sign in to comment.