Skip to content

Commit 01f0c42

Browse files
committed
fix action
1 parent 817ff07 commit 01f0c42

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
- name: Install poetry
12+
run: pipx install poetry
1113
- name: Set up Python
1214
uses: actions/setup-python@v4
1315
with:
1416
python-version: '3.13'
1517
cache: 'poetry'
16-
- name: Install poetry
17-
run: |
18-
python -m pip install --upgrade pip
19-
pip install poetry
20-
poetry install
18+
- run: poetry install
2119
- name: Run python script
2220
run: |
2321
poetry run python -m chws_subset

0 commit comments

Comments
 (0)