We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c38ca4 commit 2b55bd4Copy full SHA for 2b55bd4
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ubuntu-latest
47
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
48
steps:
49
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
50
- name: Install dependencies
51
run: >
52
dnf install -y
@@ -86,7 +86,7 @@ jobs:
86
10
87
- name: Display Python version
88
run: python3 --version
89
90
91
92
.github/workflows/push.yml
@@ -33,7 +33,7 @@ jobs:
33
python3-isort
34
- name: Install hs-dbus-signature
35
run: pip install --user hs-dbus-signature
36
37
with:
38
path: into-dbus-python
39
- name: Run with monkeytype
0 commit comments