Skip to content

Commit

Permalink
fixup! ci: Run on all supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Jan 10, 2025
1 parent 2dfd66c commit ee49418
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ jobs:
run: |
sudo apt update
sudo apt install -y gcc libpcsclite-dev swig
# For Python 3.13, we need additional build dependencies, see:
# https://github.com/Nitrokey/pynitrokey/issues/610
- name: Install more required packages
run: |
sudo apt update
sudo apt install -y libudev-dev libpython3-dev
- name: Install pynitrokey
run: python3 -m venv venv && venv/bin/pip install .[pcsc]
- name: Run nitropy --help
Expand Down

0 comments on commit ee49418

Please sign in to comment.