Skip to content

Commit

Permalink
Update check Catalyst (upload-artifact downgrade && OQC unpin) (#988)
Browse files Browse the repository at this point in the history
**Description of the Change:**
Downgrade upload-artifact to 4.3.4 and unpin OQC for Mac OS

---------

Co-authored-by: David Ittah <dime10@users.noreply.github.com>
  • Loading branch information
rmoyard and dime10 authored Aug 2, 2024
1 parent a267de1 commit 498210c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-linux-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
bash /catalyst/.github/workflows/scripts/linux_arm64/rh8/build_catalyst.sh $GCC_VERSION ${{ matrix.python_version.official }} ${{ matrix.python_version.subversion }} ${{ matrix.python_version.package }} ${{ matrix.python_version.alternative }}
- name: Upload Wheel Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.4
with:
name: catalyst-linux_arm64-wheel-py-${{ matrix.python_version.official}}.zip
path: wheel/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel-macos-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:
delocate-wheel --require-archs=arm64 -w ./wheel -v dist/*.whl --ignore-missing-dependencies -vv
- name: Upload Wheel Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.4
with:
name: catalyst-macos_arm64-wheel-py-${{ matrix.python_version }}.zip
path: wheel/
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
- name: Install OQC client
if: ${{ matrix.python_version == '3.9' || matrix.python_version == '3.10'}}
run: |
python${{ matrix.python_version }} -m pip install 'oqc-qcaas-client<3.6.0'
python${{ matrix.python_version }} -m pip install oqc-qcaas-client
- name: Install Catalyst
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-macos-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
delocate-wheel --require-archs=x86_64 -w ./wheel -v dist/*.whl --ignore-missing-dependencies -vv
- name: Upload Wheel Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.4
with:
name: catalyst-macos_x86_64-wheel-py-${{ matrix.python_version }}.zip
path: wheel/
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/check-catalyst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Upload Catalyst-Runtime Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.4
with:
name: runtime-build-${{ matrix.compiler }}
path: |
Expand All @@ -78,7 +78,7 @@ jobs:
retention-days: 1

- name: Upload OQC-Runtime Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.4
with:
name: oqc-build-${{ matrix.compiler }}
path: |
Expand Down Expand Up @@ -378,12 +378,11 @@ jobs:
make dialects
- name: Upload Quantum Build Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.4
with:
name: quantum-build-${{ matrix.compiler }}
path: |
quantum-build/bin
quantum-build/lib/lib*.so*
quantum-build/python_packages/*
retention-days: 1

Expand Down

0 comments on commit 498210c

Please sign in to comment.