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 fcf2d55 commit 62344e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
restore-keys: |
${{ runner.os }}-poetry-${{ matrix.poetry-version }}-
- name: Activate Conda environment
shell: bash -l {0}
run: |
source $(conda info --base)/etc/profile.d/conda.sh
conda activate myenv
- name: Set Python version for Poetry
run: poetry env use $(which python)

Expand Down

0 comments on commit 62344e3

Please sign in to comment.