-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1501 from InstituteforDiseaseModeling/release-1.6.x
Release 1.6.3 to master
- Loading branch information
Showing
127 changed files
with
2,590 additions
and
1,210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,8 @@ jobs: | |
- name: Run setup-dev-no-docker | ||
# only run if core, local, models wasn't changed | ||
if: steps.filter.outputs.core == 'true' | ||
env: | ||
BUILD_DEBUG: 1 | ||
run: | | ||
make setup-dev-no-docker | ||
- name: login to comps2 | ||
|
@@ -105,6 +107,8 @@ jobs: | |
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.cli == 'true' | ||
run: | | ||
make setup-dev-no-docker | ||
env: | ||
BUILD_DEBUG: 1 | ||
- name: login to comps2 | ||
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.cli == 'true' | ||
run: | | ||
|
@@ -164,6 +168,8 @@ jobs: | |
pip install idm-buildtools flake8 wheel --index-url=https://packages.idmod.org/api/pypi/pypi-production/simple | ||
- name: Run setup-dev-no-docker | ||
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.models == 'true' | ||
env: | ||
BUILD_DEBUG: 1 | ||
run: | | ||
make setup-dev-no-docker | ||
- name: login to comps2 | ||
|
@@ -225,6 +231,8 @@ jobs: | |
pip install idm-buildtools flake8 wheel --index-url=https://packages.idmod.org/api/pypi/pypi-production/simple | ||
- name: Run setup-dev-no-docker | ||
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.comps == 'true' || steps.filter.outputs.models == 'true' | ||
env: | ||
BUILD_DEBUG: 1 | ||
run: | | ||
make setup-dev-no-docker | ||
- name: login to comps2 | ||
|
@@ -268,20 +276,20 @@ jobs: | |
local: | ||
- 'idmtools_platform_local/**' | ||
- uses: actions/cache@v2 | ||
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.comps == 'true' || steps.filter.outputs.models == 'true' | ||
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.local == 'true' || steps.filter.outputs.models == 'true' | ||
with: | ||
path: ~/.cache/pip | ||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/*_requirements.txt') }} | ||
restore-keys: | | ||
${{ runner.os }}-pip- | ||
- name: ${{ matrix.os }} Python ${{ matrix.python-version }} | ||
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.comps == 'true' || steps.filter.outputs.models == 'true' | ||
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.local == 'true' || steps.filter.outputs.models == 'true' | ||
uses: actions/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
architecture: x64 | ||
- name: Install Python dependencies | ||
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.comps == 'true' || steps.filter.outputs.models == 'true' | ||
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.local == 'true' || steps.filter.outputs.models == 'true' | ||
run: | | ||
pip install idm-buildtools flake8 wheel --index-url=https://packages.idmod.org/api/pypi/pypi-production/simple | ||
- name: Run setup-dev | ||
|
@@ -290,7 +298,7 @@ jobs: | |
run: | | ||
make setup-dev | ||
- name: login to comps2 | ||
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.comps == 'true' || steps.filter.outputs.models == 'true' | ||
if: steps.filter.outputs.core == 'true' || steps.filter.outputs.local == 'true' || steps.filter.outputs.models == 'true' | ||
run: | | ||
python dev_scripts/create_auth_token_args.py --username $COMPS_USER --password $COMPS_PASSWORD | ||
- name: run idmtools_platform_local all tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.