Skip to content

Commit f46ff25

Browse files
committed
Change github action to use python 3.8
1 parent 3611059 commit f46ff25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
- name: Set up Python 3.9
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.9
18+
python-version: 3.8
1919
- name: Install openlayer
2020
run: >-
21+
python -m pip install --upgrade pip
2122
pip install -e .
2223
- name: Install pypa/build
2324
run: >-

0 commit comments

Comments
 (0)