Skip to content

Commit

Permalink
railjson_generator: move to 'poetry:2.0'
Browse files Browse the repository at this point in the history
Signed-off-by: Jean SIMARD <[email protected]>
  • Loading branch information
woshilapin committed Feb 7, 2025
1 parent a15ac5a commit 627cfb2
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 153 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install 'poetry<2.0'
run: pipx install poetry

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -231,7 +231,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install 'poetry<2.0'
run: pipx install poetry

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -242,7 +242,7 @@ jobs:
- name: Install railjson_generator dependencies
run: |
cd python/railjson_generator
poetry install
poetry install --extras=check --extras=dev
- name: Ruff
run: |
Expand Down
Loading

0 comments on commit 627cfb2

Please sign in to comment.