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 b076d49 commit ab12ab4Copy full SHA for ab12ab4
.github/workflows/python-apollo.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-20.04
10
strategy:
11
matrix:
12
- python-version: [3.8.7]
+ python-version: [3.9]
13
steps:
14
- name: Checkout Apollo
15
uses: actions/checkout@v2
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
pwd
42
cd python-apollo
43
- pip install -U pip setuptools nose apollo
+ pip install "setuptools==68.2.2" nose apollo
44
- uses: actions/cache@v2
45
with:
46
path: ~/.cache/pip
0 commit comments