Skip to content

Commit

Permalink
added poetry to CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Apr 16, 2024
1 parent 5553f48 commit 395c246
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ jobs:
# conda setup requires this special shell
shell: bash -l {0}
run: |
python -m pip install . --no-deps
micromamba list
# python -m pip install . --no-deps
python -m pip install poetry
poetry config virtualenvs.create false
poetry install
# micromamba list
- name: Run tests
# conda setup requires this special shell
Expand Down

0 comments on commit 395c246

Please sign in to comment.