Skip to content

Commit

Permalink
BUG escape escapes?
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Feb 24, 2021
1 parent 488a221 commit bddcff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: test environment name in powershell
shell: powershell
run: |
python -c "import os; env = os.environ['CONDA_PREFIX'].split('\')[-1]; assert env == 'myenv'"
python -c "import os; env = os.environ['CONDA_PREFIX'].split('\\')[-1]; assert env == 'myenv'"
if: runner.os == 'Windows'

- name: test environment name in bash
Expand Down

0 comments on commit bddcff7

Please sign in to comment.