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 9b0c7e1 commit e105bbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ jobs:
source $(conda info --base)/etc/profile.d/conda.sh
conda activate myenv
- name: Set Python version for Poetry
run: poetry env use $(which python)

- name: Install the dependencies
run: poetry install --no-interaction --no-root --with dev
if: steps.cache-deps.outputs.cache-hit != 'true'
Expand Down

0 comments on commit e105bbd

Please sign in to comment.