This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
lib
mirror of
https://github.com/Kosmorro/lib
Watch
1
Star
0
Fork
0
Code
Issues
Releases
16
Activity
Browse Source
Fix pyproject config
poetry/7611
Jérôme Deuchnord
1 year ago
parent
5beaed7d9a
commit
a24265b82e
2 changed files
with
3 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
.github/workflows/tests.yml
+1
-1
pyproject.toml
+ 2
- 3
.github/workflows/tests.yml
View File
@@ -1,4 +1,4 @@
name:
Unit
Tests
name: Tests
on:
push:
@@ -40,8 +40,7 @@ jobs:
env:
PIP_PREFER_BINARY: 1
run: |
python3 -m poetry install
python3 -m poetry show virtualenv
python3 -m poetry install --with=dev
- name: Run doc tests
run: |
+ 1
- 1
pyproject.toml
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save