Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2303e80

Browse files
author
Raimondas Galvelis
committedMar 27, 2023
Debug
1 parent 12a6687 commit 2303e80

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎.github/workflows/CI.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ jobs:
6969

7070
- name: Prepare dependencies (if needed)
7171
run: |
72-
sed -i'' -e "/cudatoolkit/c\\n - cudatoolkit ${{ matrix.cuda-version }}\n" \
73-
-e "/gxx_linux-64/c\\n - gxx_linux-64 ${{ matrix.gcc-version }}\n" \
74-
-e "/nvcc_linux-64/c\\n - nvcc_linux-64 ${{ matrix.nvcc-version }}\n" \
75-
-e "/openmm/c\\n - openmm ${{ matrix.openmm-version }}\n" \
76-
-e "/plumed/c\\n - plumed ${{ matrix.plumed-version }}\n" \
77-
-e "/python/c\\n - python ${{ matrix.python-version }}\n" \
78-
devtools/conda-envs/build-${{ matrix.os }}.yml
72+
gsed -i'' -e "/cudatoolkit/c\\n - cudatoolkit ${{ matrix.cuda-version }}\n" \
73+
-e "/gxx_linux-64/c\\n - gxx_linux-64 ${{ matrix.gcc-version }}\n" \
74+
-e "/nvcc_linux-64/c\\n - nvcc_linux-64 ${{ matrix.nvcc-version }}\n" \
75+
-e "/openmm/c\\n - openmm ${{ matrix.openmm-version }}\n" \
76+
-e "/plumed/c\\n - plumed ${{ matrix.plumed-version }}\n" \
77+
-e "/python/c\\n - python ${{ matrix.python-version }}\n" \
78+
devtools/conda-envs/build-${{ matrix.os }}.yml
7979
8080
- name: Install dependencies
8181
uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)
Please sign in to comment.