Skip to content

Commit 9229f02

Browse files
committed
Update
1 parent 564f73a commit 9229f02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing-pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "opencue_cueadmin_path=$(ls -a packages/opencue_cueadmin-*.whl)" >> $GITHUB_OUTPUT
4242
echo "opencue_cuegui_path=$(ls -a packages/opencue_cuegui-*.whl)" >> $GITHUB_OUTPUT
4343
44-
install_opencue_packages_3_12:
44+
install_opencue_packages:
4545
needs: build_opencue_packages
4646
name: Test installing packages with python ${{ matrix.python-version }}
4747
runs-on: ubuntu-22.04
@@ -55,6 +55,8 @@ jobs:
5555
uses: actions/download-artifact@v4
5656
with:
5757
name: opencue_packages
58+
path: packages
59+
5860
- name: Install package
5961
run: |
6062
export OPENCUE_PROTO_PACKAGE_PATH="${{ needs.build_opencue_packages.outputs.opencue_proto_path }}"

0 commit comments

Comments
 (0)