Skip to content

Commit

Permalink
[wip] debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Holland committed Aug 23, 2024
1 parent a30cb9a commit ce7c375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- uses: syphar/restore-pip-download-cache@v1
if: steps.cache-virtualenv.outputs.cache-hit != 'true'

- run: for lib in "tss2-esys tss2-tctildr tss2-rc tss2-mu tss2-fapi tss2-policy tss2-tcti-spi-helper"; do echo "$lib=$(pkg-config --modversion $lib)"; done

# the package installation will only be executed when the
# requirements-files have changed.
- run: pip install --upgrade pip && pip install . && pip install pytest autoflake black isort cryptography==3.4.8 tpm2_pytss
Expand Down

0 comments on commit ce7c375

Please sign in to comment.