Skip to content

Commit f46f234

Browse files
Reverted order of steps in test_linux job
1 parent cb31bae commit f46f234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ jobs:
116116
uses: actions/download-artifact@v2
117117
with:
118118
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
119+
- name: Add conda to system path
120+
run: echo $CONDA/bin >> $GITHUB_PATH
119121
- name: Install conda-build
120122
# Needed to be able to run conda index
121123
run: conda install conda-build
122-
- name: Add conda to system path
123-
run: echo $CONDA/bin >> $GITHUB_PATH
124124
- name: Create conda channel
125125
run: |
126126
mkdir -p $GITHUB_WORKSPACE/channel/linux-64

0 commit comments

Comments
 (0)