tests are unfinished

This commit is contained in:
Benjamin Auquite 2023-04-04 00:56:24 -05:00
commit 8353db54cc
2 changed files with 156 additions and 1 deletions

View file

@ -29,8 +29,9 @@ runs:
- name: Install dependencies
shell: bash
run: |
echo "::warning::### WARNING! Deprecation warnings muted with option '--use-pep517' please address this at some point in pytest.yaml. ###"
echo "::warning::### WARNING! Deprecation warnings muted with option '--use-pep517' please address this at some point in '\workflows\install_dependencies\action.yml'. ###"
pip install -r core/requirements.txt --use-pep517
pip install -r core/requirements_test.txt --use-pep517
pip install -e core/ --use-pep517
pip install $(python test_dependencies.py) --use-pep517
pip install jaraco --use-pep517