File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,8 @@ build:
2020 jobs :
2121 post_create_environment :
2222 - cp -r metadata pypet2bids/pypet2bids/
23- # install poetry
24- - pip install poetry==1.6.1
25- - poetry config virtualenvs.create false
2623 # just use poetry to export a requirements.txt as that worked much better than the previous attempts
27- - cd pypet2bids && poetry lock && poetry export --without-hashes --with dev --format=requirements.txt > requirements.txt
24+ - cd pypet2bids && pip install -e .[dev]
2825
2926# Build documentation in the docs/ directory with Sphinx
3027sphinx :
@@ -33,4 +30,4 @@ sphinx:
3330# Optionally declare the Python requirements required to build your docs
3431python :
3532 install :
36- - requirements : pypet2bids/requirements.txt
33+ - requirements : pypet2bids/pyproject.toml
You can’t perform that action at this time.
0 commit comments