This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 2303e80 Raimondas Galvelis
committed Mar 27, 2023
1 parent 12a6687 commit 2303e80 Copy full SHA for 2303e80
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ jobs:
69
69
70
70
- name : Prepare dependencies (if needed)
71
71
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
79
79
80
80
- name : Install dependencies
81
81
uses : conda-incubator/setup-miniconda@v2
You can’t perform that action at this time.
0 commit comments