Skip to content

Commit

Permalink
pytss: pin python version to 3.11 to workaround pytss/cryptography bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Holland committed Jan 29, 2024
1 parent 4870319 commit e0ffcff
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- name: Install dependencies
run: sudo apt install -y libpcap-dev libtss2-dev

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.11'

- uses: syphar/restore-virtualenv@v1
id: cache-virtualenv
Expand Down Expand Up @@ -39,7 +41,9 @@ jobs:
- name: Install dependencies
run: sudo apt install -y libpcap-dev bats

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.11'

- uses: syphar/restore-virtualenv@v1
id: cache-virtualenv
Expand All @@ -66,7 +70,9 @@ jobs:
- name: Install dependencies
run: sudo apt install -y libpcap-dev

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.11'

- uses: syphar/restore-virtualenv@v1
id: cache-virtualenv
Expand Down

0 comments on commit e0ffcff

Please sign in to comment.