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 1c7c4ba commit 2c8c843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install required packages
run: |
apt update
apt install -y gcc libpcsclite-dev swig
sudo apt update
sudo apt install -y gcc libpcsclite-dev swig
- name: Install pynitrokey
run: python3 -m venv venv && venv/bin/pip install .[pcsc]
- name: Run nitropy --help
Expand Down

0 comments on commit 2c8c843

Please sign in to comment.