Skip to content

Commit 9ddb955

Browse files
authored
Merge pull request #1 from skilledwolf/copilot/fix-workflow-files
Fix workflow files by removing incorrect working-directory references
2 parents d46d553 + c7089e0 commit 9ddb955

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,13 @@ jobs:
3535
brew install fftw cmake ninja || true
3636
3737
- name: Build wheel (scikit-build-core)
38-
working-directory: cpp_hf
3938
run: |
4039
python -m pip install -U pip build
4140
python -m build -w \
4241
-C cmake.define.HF_USE_OPENMP=ON \
4342
-C cmake.define.HF_USE_FFTW_THREADS=ON
4443
4544
- name: Install and smoke test
46-
working-directory: cpp_hf
4745
run: |
4846
python -m pip install dist/*.whl
4947
python - << 'PY'

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ jobs:
2424
sudo apt-get install -y libfftw3-dev cmake ninja-build
2525
2626
- name: Build distribution (sdist)
27-
working-directory: cpp_hf
2827
run: |
2928
python -m pip install -U pip build
3029
python -m build -s
3130
3231
- name: Publish to PyPI via OIDC (Trusted Publisher)
33-
working-directory: cpp_hf
3432
uses: pypa/gh-action-pypi-publish@release/v1
3533
with:
3634
packages-dir: dist/

0 commit comments

Comments
 (0)