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 f28cacc commit 4741db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Activate environment
run: |
conda init
conda activate test-env
- name: Display environment details
run: |
Expand Down

0 comments on commit 4741db9

Please sign in to comment.