Skip to content

Commit df2fb20

Browse files
Remove CONDA from CUDA Local CI (#1236)
1 parent b99a3b0 commit df2fb20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cudaLocal.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ jobs:
4545
- name: Run Tests
4646
run: |
4747
source $HOME/profile.hipace
48-
conda activate openpmd
48+
python3 -m pip install --upgrade pip --user
49+
python3 -m pip install --upgrade matplotlib numpy scipy openpmd-viewer openpmd-api lasy --user
4950
ctest --test-dir build --output-on-failure

0 commit comments

Comments
 (0)