Skip to content

Commit

Permalink
try use /local dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Oct 20, 2023
1 parent 64d01f7 commit 9af7501
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bundle_with_dakota.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: restore-cached-package
with:
key: carolina_dist_${{ matrix.os }}_python-${{ matrix.python-version }}_boost-${{ env.BOOST_VERSION }}_dakota-${{ env.DAKOTA_VERSION }}
path: ./carolina_dist
path: /local/carolina_dist

# - name: Test Linux Wheel on ManyLinux docker
# uses: docker://quay.io/pypa/manylinux2014_x86_64
Expand All @@ -75,8 +75,7 @@ jobs:
# sh dakota_manylinux_install_files/test_wheels_gha.sh
- name: Install carolina
run: |
find / -name carolina*.whl
python3.10 -m pip install ./carolina_dist/dist/carolina-1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
python3.10 -m pip install carolina_dist/carolina-1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- name: Install Everest and dependencies
run: |
Expand Down

0 comments on commit 9af7501

Please sign in to comment.