We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3294e commit 52836f3Copy full SHA for 52836f3
1 file changed
.github/workflows/atex-test.yaml
@@ -143,7 +143,7 @@ jobs:
143
- name: Install test dependencies
144
run: |
145
dnf -y install python3-pip rsync
146
- pip install fmf atex==0.12
+ pip install fmf atex==0.13
147
148
- name: Run tests on Testing Farm
149
env:
@@ -186,7 +186,7 @@ jobs:
186
if: always()
187
188
dnf -y install python3-pip git rsync
189
190
191
- name: Checkout ATEX results repository
192
0 commit comments