1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

fix poetry incompatibility in tests

This commit is contained in:
Lukas Winkler 2022-06-06 23:52:18 +02:00
parent d530ee57fc
commit 7e9bbea82a
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -8,8 +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
- pip install poetry==1.2.0b2 # required for now
- poetry install