Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmh committed Dec 25, 2024
1 parent 817ff07 commit 01f0c42
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
cache: 'poetry'
- name: Install poetry
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- run: poetry install
- name: Run python script
run: |
poetry run python -m chws_subset
Expand Down

0 comments on commit 01f0c42

Please sign in to comment.