Skip to content

Commit

Permalink
Try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
abij committed Dec 28, 2023
1 parent e68f4cb commit 476305c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
shell: bash

jobs:
build:
test:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
Expand All @@ -30,14 +30,16 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
#----------------------------------------------
# install & configure poetry
# setup Poetry & install dependencies
#----------------------------------------------
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-in-project: true
- name: Install dependencies
run: poetry install --no-interaction
#----------------------------------------------
# run pytest
# run pytest
#----------------------------------------------
- name: Run pytest
run: |
Expand Down

0 comments on commit 476305c

Please sign in to comment.