Skip to content

Commit

Permalink
debugging windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Feb 24, 2021
1 parent 878e237 commit 07a0e63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
python -c "import os; env = os.environ['CONDA_PREFIX'].split('/')[-1]; assert env == 'myenv'"
if: runner.os == 'Windows'

- name: debug environment name in bash
shell: bash -l {0}
run: |
python -c "import os; env = os.environ['CONDA_PREFIX']; print(env)"
if: runner.os != 'Windows'

- name: test environment name in bash
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 07a0e63

Please sign in to comment.