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 bfae524 commit d08f356
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1,380 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.10.12"]
python-version: ["3.10"]
poetry-version: ["1.8.3"]

steps:
Expand Down Expand Up @@ -52,6 +52,9 @@ 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
5 changes: 3 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: myenv
channels:
- bioconda
- defaults
- conda-forge
- bioconda
dependencies:
- python=3.12.6
- python=3.10
- nextclade
Loading

0 comments on commit d08f356

Please sign in to comment.