Skip to content

Commit

Permalink
fix heffte exe move
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Nov 8, 2023
1 parent 85b3287 commit e2359ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
pip install scikit-build packaging Tasmanian --user
- name: Copy heffte exe on cache-hit
if: matrix.os == 'ubuntu-latest' && steps.cache.outputs.cache-hit != 'false'
if: matrix.os == 'ubuntu-latest' && steps.cache.outputs.cache-hit != 'false' && matrix.python-version != '3.12'
run: |
cd /home/runner/work/libensemble/libensemble
cp ./heffte/build/benchmarks/speed3d_c2c ./libensemble/tests/regression_tests/
Expand Down

0 comments on commit e2359ad

Please sign in to comment.