Skip to content

Commit

Permalink
Merge pull request #40 from socrse/fix_poetry
Browse files Browse the repository at this point in the history
Update poetry usage
  • Loading branch information
stefpiatek authored Feb 4, 2025
2 parents 2e1caa7 + c3a6324 commit d74f22c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Poetry
run: pip install poetry
- name: Setup package
run: poetry install --no-dev
run: poetry install
- name: Generate the GeoJSON
run: poetry run generate
- name: Archive GeoJSON
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Matt Williams <m.williams@society-rse.org>"]
python = "^3.9"
tomli = "^2.0.1"

[tool.poetry.dev-dependencies]
[poetry.group.dev.dependencies]
pytest = "^8.0"
reuse = "^5.0.2"

Expand Down

0 comments on commit d74f22c

Please sign in to comment.