Skip to content

Commit

Permalink
github actions: --noconfirm
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Nov 1, 2024
1 parent 5ead56a commit 381b489
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 @@ -17,7 +17,7 @@ jobs:
run: echo -e '[archlinuxcn]\nServer = https://repo.archlinuxcn.org/$arch' >> /etc/pacman.conf

- name: Install Python and deps
run: pacman -Syu python python-pytest python-pytest-asyncio nvchecker python-requests python-lxml python-yaml pyalpm python-structlog python-prctl python-fluent.runtime
run: pacman -Syu --noconfirm python python-pytest python-pytest-asyncio nvchecker python-requests python-lxml python-yaml pyalpm python-structlog python-prctl python-fluent.runtime

- name: Run pytest
run: pytest

0 comments on commit 381b489

Please sign in to comment.