mirror of
https://github.com/Findus23/acronomy.git
synced 2024-09-16 12:13:44 +02:00
fix poetry incompatibility in tests
This commit is contained in:
parent
d530ee57fc
commit
7e9bbea82a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue