We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022e1e6 commit b0d20d0Copy full SHA for b0d20d0
.github/workflows/basic.yml
@@ -64,8 +64,10 @@ jobs:
64
- uses: actions/checkout@v3
65
- name: Installing dependencies
66
run: |
67
+ echo 'deb http://archive.debian.org/debian stretch main' > /etc/apt/sources.list
68
+ echo 'deb http://archive.debian.org/debian-security stretch/updates main' >> /etc/apt/sources.list
69
+ apt-get update || true
70
python -m pip install pytest mock
- apt-get update
71
apt install -y voms-clients
72
- name: Run pytest
73
run: pytest
0 commit comments