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 bed668f commit f28cacc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
auto-update-conda: true
activate-environment: test-env
python-version: ${{ matrix.python-version }}
- name: Activate environment
run: |
conda activate test-env
- name: Display environment details
run: |
conda info
Expand Down

0 comments on commit f28cacc

Please sign in to comment.