1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-18 14:33:43 +02:00

add setuptools to tests

This commit is contained in:
Lukas Winkler 2022-06-06 23:41:26 +02:00
parent 8a2b788635
commit d530ee57fc
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -8,6 +8,7 @@ cache:
before_script:
- python -V # Print out python version for debugging
- cp acronomy/secrets.test.py acronomy/secrets.py
- pip install setuptools
- pip install poetry
- poetry install