Skip to content

Commit

Permalink
Fix GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Jun 3, 2024
1 parent 02e664f commit 913faae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
python-version: ["3.12",]
steps:
- uses: actions/checkout@v4
- name: ASDF Parse
uses: kota65535/github-asdf-parse-action@v1.1.0
id: versions
- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version }}"
- uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.7.1
poetry-version: 1.8.3
- run: poetry install --no-root
- run: poetry run pytest

0 comments on commit 913faae

Please sign in to comment.