Skip to content

Commit

Permalink
Merge branch 'main' into issue_1568-conflict-graph-cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso committed Jan 27, 2024
2 parents ae3ec01 + 222ee07 commit ae19eb2
Show file tree
Hide file tree
Showing 28 changed files with 294 additions and 863 deletions.
33 changes: 0 additions & 33 deletions .github/docker/rez-win-base/Dockerfile

This file was deleted.

65 changes: 0 additions & 65 deletions .github/docker/rez-win-py/Dockerfile

This file was deleted.

55 changes: 0 additions & 55 deletions .github/docker/rez-win-py/entrypoint.ps1

This file was deleted.

154 changes: 0 additions & 154 deletions .github/workflows/core.yaml

This file was deleted.

17 changes: 5 additions & 12 deletions .github/workflows/installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-2019
python-version:
- '2.7'
- '3.7'
method:
- 'install'
- 'pip'
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', '3.11']
method: ['install' ,'pip']

include:
# ubuntu
Expand Down Expand Up @@ -83,7 +76,7 @@ jobs:
fi
pip install --target ~/rez .
# windows
- os: windows-2019
- os: windows-latest
method: install
REZ_SET_PATH_COMMAND: '$env:PATH="$env:PATH;C:\ProgramData\rez\Scripts\rez"'
REZ_INSTALL_COMMAND: |
Expand All @@ -92,7 +85,7 @@ jobs:
conda activate python
}
python ./install.py C:\ProgramData\rez
- os: windows-2019
- os: windows-latest
method: pip
REZ_SET_PATH_COMMAND: '[System.Environment]::SetEnvironmentVariable("PATH","$env:PATH;C:\ProgramData\rez\bin"); $env:PYTHONPATH="$env:PYTHONPATH;C:\ProgramData\rez"'
REZ_INSTALL_COMMAND: |
Expand Down
Loading

0 comments on commit ae19eb2

Please sign in to comment.