mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:33:57 +01:00
Compare commits
12 commits
c333d8577b
...
9943a1b548
Author | SHA1 | Date | |
---|---|---|---|
9943a1b548 | |||
8fe14135fd | |||
0877645981 | |||
7ccd93c423 | |||
f7f37ddd59 | |||
e1d9bf042f | |||
cb734f717c | |||
6098ed44b6 | |||
b32f4c5a7e | |||
9078ab6356 | |||
12d5375f83 | |||
87b113d93d |
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.x
|
||||
python-version: 3.10
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
import main
|
||||
|
||||
main.launch()
|
Loading…
Reference in a new issue