Skip to content

Commit

Permalink
DNM: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JanZerebecki committed May 29, 2024
1 parent 833f5ce commit ad8700f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Install system dependencies
run: sudo dnf install -y dbus-daemon dbus-devel gcc glib2-devel tox
run: sudo dnf install -y dbus-daemon dbus-devel gcc glib2-devel python3-devel tox

- name: Clone repository
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ wheel_build_env = pkg
# All other environments (names like py311-mypy, py36-pytest, etc) are isolated
# from the system and get their packages from PyPI, according to the specific
# test environment being requested. We build the wheel in a common environment.
# test
[testenv]
package = wheel
wheel_build_env = venv-pkg
Expand Down

0 comments on commit ad8700f

Please sign in to comment.