Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Kosmorro
/
lib
mirror da
https://github.com/Kosmorro/lib
Segui
1
Vota
0
Forka
0
Codice
Problemi
Rilasci
17
Attività
Sfoglia il codice sorgente
Fix pyproject config
poetry/7611
Jérôme Deuchnord
1 anno fa
parent
5beaed7d9a
commit
a24265b82e
2 ha cambiato i file
con
3 aggiunte
e
4 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-3
.github/workflows/tests.yml
+1
-1
pyproject.toml
+ 2
- 3
.github/workflows/tests.yml
Vedi 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
Vedi 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"
Scrivi
Anteprima
|
|
|
|
|
|
x
0
0
0:0
Caricamento…
Annulla
Salva