Skip to content

Commit

Permalink
test: install voms-clients
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Jun 22, 2023
1 parent 2cfc3bc commit 63cd6ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
- name: Installing dependencies
run: |
python -m pip install pytest mock
sudo apt install voms-clients
apt update
apt install voms-clients
- name: Run pytest
run: pytest

Expand Down

0 comments on commit 63cd6ec

Please sign in to comment.