Skip to content

Commit

Permalink
use login shell for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 13, 2023
1 parent d032ea4 commit 67f11b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
strategy:
fail-fast: ${{ inputs.fail-fast }}
matrix: ${{fromJSON(needs.envs.outputs.matrix)}}
defaults:
run:
shell: bash -l {0}
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -173,6 +176,7 @@ jobs:
conda
python=${{ matrix.python_version }}
tox
init-shell: bash
cache-environment: true
cache-downloads: true

Expand Down

0 comments on commit 67f11b9

Please sign in to comment.