Skip to content

Commit

Permalink
Attempt to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Apr 29, 2024
1 parent 4741db9 commit 96b8690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
auto-update-conda: true
activate-environment: test-env
python-version: ${{ matrix.python-version }}
auto-activate-base: false
- name: Activate environment
run: |
conda init
conda activate test-env
source activate test-env
- name: Display environment details
run: |
conda info
Expand Down

0 comments on commit 96b8690

Please sign in to comment.