Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 5d02f18

Browse files
committed
GH Actions tweaks
1 parent cf1379b commit 5d02f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
sudo apt-get install build-essential swig libpcsclite-dev
2222
python -m pip install --upgrade pip
2323
pip install -r ./dev-requirements.txt
24-
python ./setup.py install
2524
- name: Lint
2625
run: |
2726
black --check ./emv
2827
flake8 ./emv
2928
- name: Test with pytest
3029
run: |
30+
python ./setup.py install
3131
pytest

0 commit comments

Comments
 (0)