We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af97e13 commit 1205538Copy full SHA for 1205538
.github/workflows/benchamrk.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
- - name: Set up Python 3.6
+ - name: Set up Python 3.8
20
uses: actions/setup-python@v4
21
with:
22
- python-version: '3.6'
+ python-version: '3.8'
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
.github/workflows/python-app.yml
@@ -18,10 +18,10 @@ jobs:
26
27
0 commit comments