Skip to content

Commit

Permalink
💚 修改ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AzideCupric committed Mar 13, 2024
1 parent 4245b2e commit 9c99e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install prerequisites
run: poetry install --with adapters
run: poetry install --with=adapters,alc

- name: Run Pytest
run: poetry run pytest --cov-report xml --cov=./nonebot_plugin_saa
Expand Down

0 comments on commit 9c99e2d

Please sign in to comment.