We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6589d26 commit 6580d9bCopy full SHA for 6580d9b
.github/workflows/test.yml
@@ -75,10 +75,15 @@ jobs:
75
run: |
76
sudo apt-get update
77
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'
82
- name: Test
83
84
python3 -m venv emulator_env
85
source emulator_env/bin/activate
86
+ pip install -U pip wheel
87
pip install -r coinkite/coinkite-tap-proto/emulator/requirements.txt
88
cargo test -p rust-cktap --features emulator
89
0 commit comments