Skip to content

Commit 4ac6164

Browse files
committed
Update CI workflow
1 parent 143f424 commit 4ac6164

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/httomolibgpu_tests_run_iris.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
- name: Checkout repository code
2222
uses: actions/checkout@v4
2323

24-
- name: Set up CUDA environment
25-
run: |
26-
echo "LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH" >> $GITHUB_ENV
27-
2824
- name: Create conda environment
2925
uses: mamba-org/setup-micromamba@v1
3026
with:

.github/workflows/main-checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23-
- name: Set up CUDA environment
24-
run: |
25-
echo "LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH" >> $GITHUB_ENV
26-
2723
- name: Create conda environment
2824
uses: mamba-org/setup-micromamba@v1
2925
with:

0 commit comments

Comments
 (0)