Skip to content

Commit

Permalink
ci(update CI configurations):
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyan Li 李则言 committed Mar 7, 2024
1 parent 99fd49c commit 102e3a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9, 3.10, 3.11, 3.12 ]
poetry-version: [ 1.8.2 ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
poetry-version: [ "1.8.2" ]

steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
poetry config virtualenvs.create false
poetry install
poetry install --no-root
- name: Test with pytest
run: |
PYTHONPATH=$(realpath .) coverage run -m pytest tests
Expand Down

0 comments on commit 102e3a3

Please sign in to comment.