Skip to content

Commit

Permalink
Fix validation domain library
Browse files Browse the repository at this point in the history
remove ref main

fix workflow

more refactor
  • Loading branch information
atalman committed Jan 11, 2023
1 parent cd499c7 commit 420a33b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate-domain-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref || github.ref }}
job-name: "linux-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
binary-matrix: ${{ toJSON(matrix) }}
script: |
set -ex
export ENV_NAME="conda-env-${{ github.run_id }}"
Expand All @@ -104,6 +105,7 @@ jobs:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref || github.ref }}
job-name: "windows-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
binary-matrix: ${{ toJSON(matrix) }}
script: |
set -ex
export ENV_NAME="conda-env-${{ github.run_id }}"
Expand All @@ -123,6 +125,7 @@ jobs:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref || github.ref }}
job-name: "macos-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
binary-matrix: ${{ toJSON(matrix) }}
script: |
set -ex
export ENV_NAME="conda-env-${{ github.run_id }}"
Expand All @@ -142,6 +145,7 @@ jobs:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref || github.ref }}
job-name: "macos-arm64-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
binary-matrix: ${{ toJSON(matrix) }}
script: |
set -ex
export ENV_NAME="conda-env-${{ github.run_id }}"
Expand Down

0 comments on commit 420a33b

Please sign in to comment.