Skip to content

Commit

Permalink
Poetry first
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Jul 3, 2023
1 parent 5853201 commit 46b1b35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install Poetry
run: |
pipx install poetry
- name: Setup Python
id: setup_py
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'poetry'

- name: Install Poetry
run: |
pipx install poetry
- name: Poetry install
run: |
poetry install --extras tests --extras docs --extras annlibs
Expand Down

0 comments on commit 46b1b35

Please sign in to comment.