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 1d4049e commit 3ecbe4bCopy full SHA for 3ecbe4b
.github/workflows/format.yml
@@ -11,6 +11,8 @@ jobs:
11
12
- name: Set up Python
13
uses: actions/setup-python@v2
14
+ with:
15
+ python-version: 3.8
16
17
- name: Install dependencies
18
run: pip3 install .[dev]
.github/workflows/pypi.yml
@@ -13,6 +13,8 @@ jobs:
19
20
run: |
0 commit comments