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 1eb1b6d commit b235501Copy full SHA for b235501
.github/workflows/ci.yaml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-python@v4
15
+ with:
16
+ python-version: ">=3.6"
17
- uses: actions/cache@v3
18
with:
19
path: ~/.cache/pip
0 commit comments