We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0c5f7 commit 2774eb1Copy full SHA for 2774eb1
1 file changed
.github/workflows/push.yml
@@ -574,10 +574,10 @@ jobs:
574
runs-on: ubuntu-latest
575
steps:
576
- uses: actions/checkout@v2
577
- - name: Set up Python 3.9
+ - name: Set up Python 3.8
578
uses: actions/setup-python@v2
579
with:
580
- python-version: 3.9
+ python-version: 3.8
581
- name: Install dependencies
582
run: |
583
python -m pip install --upgrade pip
0 commit comments