We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564f73a commit 9229f02Copy full SHA for 9229f02
.github/workflows/testing-pipeline.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "opencue_cueadmin_path=$(ls -a packages/opencue_cueadmin-*.whl)" >> $GITHUB_OUTPUT
42
echo "opencue_cuegui_path=$(ls -a packages/opencue_cuegui-*.whl)" >> $GITHUB_OUTPUT
43
44
- install_opencue_packages_3_12:
+ install_opencue_packages:
45
needs: build_opencue_packages
46
name: Test installing packages with python ${{ matrix.python-version }}
47
runs-on: ubuntu-22.04
@@ -55,6 +55,8 @@ jobs:
55
uses: actions/download-artifact@v4
56
with:
57
name: opencue_packages
58
+ path: packages
59
+
60
- name: Install package
61
run: |
62
export OPENCUE_PROTO_PACKAGE_PATH="${{ needs.build_opencue_packages.outputs.opencue_proto_path }}"
0 commit comments