Skip to content

Commit ae89320

Browse files
committed
.github/workflows/ci.yaml: Resolve Python environment error for pre-commit job by running in BAPCtools container
See pre-commit/action#210, apparently we were missing this setup action
1 parent a440f0e commit ae89320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9+
- uses: actions/setup-python@v3
910
- uses: pre-commit/action@v3.0.1
1011

1112
test:

0 commit comments

Comments
 (0)