Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Feb 5, 2024
1 parent b960c3e commit 354cab9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
with:
python-version: 3.7

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

- name: Install ExCore
run: poetry install --no-interaction --with dev
run: |
pip install poetry
poetry install --with dev
- name: Run pytest
run: |
Expand Down

0 comments on commit 354cab9

Please sign in to comment.