Skip to content

Commit

Permalink
chore(ci): fix CI (#64)
Browse files Browse the repository at this point in the history
* chore(ci): add info to help resolution of python-poetry/poetry#7611

* Fix pyproject config

---------

Co-authored-by: Jérôme Deuchnord <jerome@deuchnord.fr>
  • Loading branch information
Deuchnord and Jérôme Deuchnord committed May 5, 2023
1 parent c11319f commit 9df05a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests
name: Tests

on:
push:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
env:
PIP_PREFER_BINARY: 1
run: |
python3 -m poetry install
python3 -m poetry install --with=dev
- name: Run doc tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ skyfield = "^1.21"
skyfield-data = ">=3,<6"
python-dateutil = "^2.8"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
black = "^23.1"
parameterized = "^0.9.0"
coverage = "^6.1.2"
Expand Down

0 comments on commit 9df05a0

Please sign in to comment.