Skip to content

Commit

Permalink
CI: Windows: conda debug
Browse files Browse the repository at this point in the history
  • Loading branch information
selimnairb committed Nov 17, 2023
1 parent 88876c2 commit 8e0d6ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testwindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
export PATH=/Miniconda:/Miniconda/Library/bin:/Miniconda/Scripts:$PATH
Expand Down

0 comments on commit 8e0d6ad

Please sign in to comment.