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 accfcb7 commit 225007cCopy full SHA for 225007c
.github/workflows/main.yml
@@ -4,7 +4,7 @@ on: [push]
4
5
jobs:
6
upload_progress_bar_to_wiki:
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v2
10
with:
@@ -21,7 +21,7 @@ jobs:
21
22
run_tests:
23
needs: upload_progress_bar_to_wiki
24
25
26
27
- name: Set up Python
@@ -50,7 +50,7 @@ jobs:
50
51
upload_results_to_wiki:
52
needs: run_tests
53
54
55
56
0 commit comments