Skip to content

Commit

Permalink
Merge 004ca5f into d1f3965
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmartinez committed Nov 28, 2020
2 parents d1f3965 + 004ca5f commit 3ad63ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Add path DLL to windows path (windows only)
if: startsWith(matrix.os, 'windows')
run: echo "##[add-path]C:\Miniconda\Library\bin"
run: echo "C:\Miniconda\Library\bin" >> $GITHUB_PATH

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 3ad63ac

Please sign in to comment.