Skip to content

Commit

Permalink
Move poetry and pytest dependencies from requirements to template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Jan 31, 2024
1 parent 6367eb3 commit fb421c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ isodate
ipympl
psutil
XlsxWriter
pytest
pandas
pyarrow
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- bash: |
pip install -r requirements.txt && \
pip install pytest coverage && \
pip install pytest poetry coverage && \
pip install -e .
displayName: 'Install using pip'
Expand Down

0 comments on commit fb421c2

Please sign in to comment.