Merge branch 'main' into adaptive-lighting-edge

This commit is contained in:
Benjamin Auquite 2023-04-29 17:08:11 -05:00 committed by GitHub
commit 1a5cf9d410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 125 additions and 37 deletions

View file

@ -36,6 +36,8 @@ runs:
run: |
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
# because they decided to pull codecov the package from PyPI...
sed -i '/codecov/d' core/requirements_test.txt
pip install -r core/requirements_test.txt --use-pep517
pip install -e core/ --use-pep517
pip install ulid-transform # this is in Adaptive-lighting's manifest.json

View file

@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10"]
core-version: ["2023.2.5", "2023.3.6", "2023.4.0", "dev"]
core-version: ["2023.2.5", "2023.3.6", "2023.4.6", "dev"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3