Skip to content

Commit

Permalink
Use {project} instead of abs path
Browse files Browse the repository at this point in the history
Maybe abs paths don't work well here for some reason?
  • Loading branch information
ajjackson committed Dec 10, 2024
1 parent d5b78e3 commit ceb0b89
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_upload_pypi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ jobs:
run: |
python -m pip install --upgrade pip build wheel twine
- name: List contents of GITHUB_WORKSPACE
shell: bash -l {0}
run: ls -R ${GITHUB_WORKSPACE}

- name: Build wheels from sdist
uses: pypa/[email protected]
env:
Expand All @@ -130,7 +126,7 @@ jobs:
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""

CIBW_TEST_EXTRAS: "test,brille,phonopy_reader,matplotlib"
CIBW_TEST_COMMAND: python ${{ github.workspace }}/euphonic_from_git/tests_and_analysis/test/run_tests.py
CIBW_TEST_COMMAND: python {project}/euphonic_from_git/tests_and_analysis/test/run_tests.py

with:
output-dir: wheelhouse
Expand Down

0 comments on commit ceb0b89

Please sign in to comment.