1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-16 12:13:44 +02:00

fix poetry in tests

This commit is contained in:
Lukas Winkler 2022-11-18 22:36:34 +01:00
parent 0494dafe90
commit f532658106
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -8,7 +8,7 @@ cache:
before_script:
- python -V # Print out python version for debugging
- cp acronomy/secrets.test.py acronomy/secrets.py
- pip install poetry==1.2.0b2 # required for now
- pip install poetry # required for now
- poetry install