Skip to content

Test older almalinux image #2236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
gpu-arch-type: ${{ matrix.gpu-arch-type }}
gpu-arch-version: ${{ matrix.gpu-arch-version }}
submodules: recursive
docker-image: "pytorch/almalinux-builder:cpu-a1d2e6e4486a9b57f5f9f848ef38902f960adbc9"
script: |
conda create -n venv python=3.9 -y
conda activate venv
Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:
gpu-arch-type: ${{ matrix.gpu-arch-type }}
gpu-arch-version: ${{ matrix.gpu-arch-version }}
submodules: recursive
docker-image: "pytorch/almalinux-builder:cpu-a1d2e6e4486a9b57f5f9f848ef38902f960adbc9"
script: |
conda create -n venv python=3.9 -y
conda activate venv
Expand Down
Loading