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 16ea7c9 commit c24dcbbCopy full SHA for c24dcbb
.github/workflows/test.yml
@@ -16,6 +16,8 @@ permissions:
16
jobs:
17
test:
18
runs-on: ubuntu-latest
19
+ # TODO: enable this when we have a way to set the secrets
20
+ if: false
21
strategy:
22
matrix:
23
python-version: ["3.10", "3.11", "3.12"]
0 commit comments