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 462c57a commit c511646Copy full SHA for c511646
.github/workflows/python-test-dev.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@v4
20
with:
21
- python-version: '3.6'
+ python-version: '3.7'
22
- name: Install dependencies
23
run: |
24
cd howlongtobeatpy
.github/workflows/python-test-release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
python -m pip install --upgrade pip
0 commit comments