Fix GitHub Actions test.yml

This commit is contained in:
Babibubebon 2023-03-26 05:04:20 +09:00
parent 6734c46ef6
commit a313269ead
Signed by: Babibubebon
GPG key ID: 78C8FB2A2FEA1EE3

View file

@ -3,7 +3,7 @@ name: Test
on: [ push, pull_request ] on: [ push, pull_request ]
jobs: jobs:
build: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
@ -18,6 +18,8 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install Poetry - name: Install Poetry
uses: abatilo/actions-poetry@v2.1.6 uses: abatilo/actions-poetry@v2.1.6
with:
poetry-version: 1.4.1
- name: Install dependencies - name: Install dependencies
run: | run: |
poetry install --no-interaction poetry install --no-interaction