Skip to content

Commit 9ae2864

Browse files
committed
Update github actions: checkout@v4 and setup-python@v5
1 parent 28b461c commit 9ae2864

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717
CPLUS_INCLUDE_PATH: /usr/local/include
1818

1919
steps:
20-
- uses: actions/checkout@v2
21-
- name: Set up Python 3.10
22-
uses: actions/setup-python@v2
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-python@v5
2322
with:
24-
python-version: 3.10
23+
python-version: "3.10"
2524

2625
- name: Create working directories
2726
run: |
@@ -71,7 +70,6 @@ jobs:
7170
python -m pip install poetry
7271
poetry env use system
7372
poetry run pip install --force "setuptools<58"
74-
poetry run pip install git+https://github.com/consbio/trefoil.git
7573
poetry install
7674
poetry run pip install gdal==`gdal-config --version`
7775
poetry run python -m pip install pytest

0 commit comments

Comments
 (0)