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 9d2704e commit 25cefc6Copy full SHA for 25cefc6
.github/workflows/build-and-snapshot.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
cd test
52
source venv/bin/activate
53
- ./scripts/lint-python.sh ci
+ ../scripts/lint-python.sh ci
54
55
# - name: Run Python tests
56
# if: steps.check-tests.outputs.tests_exist == 'true'
0 commit comments