We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2774eb1 commit 716d55aCopy full SHA for 716d55a
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.8
+ - name: Set up Python 3.9
578
uses: actions/setup-python@v2
579
with:
580
- python-version: 3.8
+ python-version: 3.9
581
- name: Install dependencies
582
run: |
583
python -m pip install --upgrade pip
0 commit comments