Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Nov 12, 2024
1 parent 2b64cc3 commit 91c3cf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
restore-keys: |
${{ runner.os }}-poetry-${{ matrix.poetry-version }}-
- name: Activate Conda environment
run: source activate myenv

- name: Set Python version for Poetry
run: poetry env use $(which python)

Expand Down

0 comments on commit 91c3cf0

Please sign in to comment.