Skip to content

Commit 6580d9b

Browse files
committed
ci: fix test job
1 parent 6589d26 commit 6580d9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,15 @@ jobs:
7575
run: |
7676
sudo apt-get update
7777
sudo apt-get install -y libpcsclite-dev swig
78+
- name: Set up Python
79+
uses: actions/setup-python@v6
80+
with:
81+
python-version: '3.14'
7882
- name: Test
7983
run: |
8084
python3 -m venv emulator_env
8185
source emulator_env/bin/activate
86+
pip install -U pip wheel
8287
pip install -r coinkite/coinkite-tap-proto/emulator/requirements.txt
8388
cargo test -p rust-cktap --features emulator
8489

0 commit comments

Comments
 (0)