Skip to content

Commit ab12ab4

Browse files
Update python-apollo CI tests
1 parent b076d49 commit ab12ab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-apollo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
python-version: [3.8.7]
12+
python-version: [3.9]
1313
steps:
1414
- name: Checkout Apollo
1515
uses: actions/checkout@v2
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
pwd
4242
cd python-apollo
43-
pip install -U pip setuptools nose apollo
43+
pip install "setuptools==68.2.2" nose apollo
4444
- uses: actions/cache@v2
4545
with:
4646
path: ~/.cache/pip

0 commit comments

Comments
 (0)