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 1660aab commit 1e156a8Copy full SHA for 1e156a8
.github/workflows/self-hosted.yml
@@ -62,7 +62,7 @@ jobs:
62
steps:
63
- name: Run unit-tests
64
working-directory: ${{ env.build_dir }}
65
- run: chmod +x scripts/run_tests_all.sh && ./scripts/run_tests_all.sh
+ run: chmod +x scripts/run_tests_fallback.sh && ./scripts/run_tests_fallback.sh
66
67
- name: Run regression-tests
68
working-directory: ${{ env.build_dir }}/python
.github/workflows/ubuntu.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
include:
20
- - os: ubuntu-20.04
+ - os: ubuntu-22.04
21
cuda: "10.1"
22
gcc: 8
23
env:
0 commit comments