Skip to content

Commit

Permalink
ci: trying to install poetry through micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed Nov 27, 2023
1 parent a8ae6e5 commit 751b8e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,16 @@ jobs:
python=${{ matrix.python-version }}
snakemake
mamba
poetry
init-shell: bash
cache-environment: true
post-cleanup: 'all'

- name: Install and configure Poetry
uses: snok/install-poetry@v1

- name: Install
run: make install-ci
shell: bash -el {0}
run: |
micromamba activate test-env
make install-ci
- name: Test
shell: bash -el {0}
Expand Down

0 comments on commit 751b8e3

Please sign in to comment.