Skip to content

Commit 0c72f52

Browse files
committed
hush some CI findings
1 parent c30c950 commit 0c72f52

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
- series/*
88
pull_request:
99
schedule:
10-
- cron: '0 12 * * *'
10+
- cron: "0 12 * * *"
11+
12+
permissions: {}
1113

1214
jobs:
1315
test:
@@ -98,7 +100,7 @@ jobs:
98100
if: always()
99101

100102
needs:
101-
- test
103+
- test
102104

103105
runs-on: ubuntu-latest
104106

@@ -121,7 +123,7 @@ jobs:
121123

122124
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
123125
with:
124-
python-version: '3.x'
126+
python-version: "3.x"
125127

126128
- run: pip install coverage[toml]
127129

0 commit comments

Comments
 (0)