Skip to content

Commit 25cefc6

Browse files
committed
Fix CI
1 parent 9d2704e commit 25cefc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
cd test
5252
source venv/bin/activate
53-
./scripts/lint-python.sh ci
53+
../scripts/lint-python.sh ci
5454
5555
# - name: Run Python tests
5656
# if: steps.check-tests.outputs.tests_exist == 'true'

0 commit comments

Comments
 (0)