Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skoren committed Aug 31, 2024
1 parent 6fe397e commit 32c041b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ jobs:
with:
toolchain: stable

- name: Setup Python 3.11
- name: Setup Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: 3.10

- name: Install Conda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
mamba-version: "*"
channels: conda-forge,bioconda
python-version: 3.11
python-version: 3.10

- name: Install dependencies
run: |
Expand Down

0 comments on commit 32c041b

Please sign in to comment.