Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Dec 22, 2023
1 parent 516a751 commit 7392844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ jobs:
sed -i -e "/cuda-version/d" \
-e "/cuda-libraries-dev/d" \
-e "/cuda-nvcc/d" \
-e "/gxx_linux-64/c\ - gxx_linux-64 ${{ matrix.gcc }}" \
-e "/gxx/c\ - gxx ${{ matrix.gcc }}" \
environment.yml
- name: Prepare dependencies (CUDA >=12)
if: ${{ matrix.cuda12 == 'true' }}
run: |
sed -i -e "/cuda-version/c\ - cuda-version ${{ matrix.cuda }}" \
-e "/gxx_linux-64/c\ - gxx_linux-64 ${{ matrix.gcc }}" \
-e "/gxx/c\ - gxx ${{ matrix.gcc }}" \
environment.yml
- name: Show dependency file
run: cat environment.yml
Expand Down

0 comments on commit 7392844

Please sign in to comment.