Skip to content

Commit

Permalink
Removing debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Feb 24, 2021
1 parent bddcff7 commit b018b71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
micromamba --help
if: runner.os != 'Windows'

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

- name: test environment name in powershell
shell: powershell
run: |
Expand Down

0 comments on commit b018b71

Please sign in to comment.