We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b461c commit 9ae2864Copy full SHA for 9ae2864
.github/workflows/publish.yml
@@ -17,11 +17,10 @@ jobs:
17
CPLUS_INCLUDE_PATH: /usr/local/include
18
19
steps:
20
- - uses: actions/checkout@v2
21
- - name: Set up Python 3.10
22
- uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
23
with:
24
- python-version: 3.10
+ python-version: "3.10"
25
26
- name: Create working directories
27
run: |
@@ -71,7 +70,6 @@ jobs:
71
70
python -m pip install poetry
72
poetry env use system
73
poetry run pip install --force "setuptools<58"
74
- poetry run pip install git+https://github.com/consbio/trefoil.git
75
poetry install
76
poetry run pip install gdal==`gdal-config --version`
77
poetry run python -m pip install pytest
0 commit comments