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 374e060 commit 176bf18Copy full SHA for 176bf18
.github/workflows/self-hosted.yml
@@ -61,7 +61,7 @@ jobs:
61
62
steps:
63
- name: Run unit-tests
64
- working-directory: ${{ env.build_dir }}/scripts
+ working-directory: ${{ env.build_dir }}
65
run: chmod +x scripts/run_tests_fallback.sh && ./scripts/run_tests_fallback.sh
66
67
- name: Run regression-tests
.github/workflows/ubuntu.yml
@@ -29,11 +29,14 @@ jobs:
29
- uses: actions/checkout@v4
30
with:
31
submodules: true
32
+
33
- uses: actions/setup-python@v5
34
35
python-version: '3.12'
36
37
- name: Install CUDA
38
+ env:
39
+ cuda: ${{ matrix.cuda }}
40
run: |
41
source ./scripts/install_cuda_ubuntu.sh
42
if [[ $? -eq 0 ]]; then
0 commit comments