Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iopapamanoglou committed Oct 24, 2024
1 parent 845f45a commit c61f888
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ jobs:
#continue-on-error: true
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
#- name: Install pybind11
# run: |
# sudo apt-get update
# sudo apt-get install -y pybind11-dev
- name: Get pybind11 CMake directory
id: pybind11_dir
run: echo "::set-output name=dir::$(hatch run test:python -m pybind11 --cmakedir)"
run: echo "dir=$(hatch run test:python -m pybind11 --cmakedir)" >> $GITHUB_OUTPUT
- name: Set CMAKE_PREFIX_PATH
run: echo "CMAKE_PREFIX_PATH=${{ steps.pybind11_dir.outputs.dir }}" >> $GITHUB_ENV
- name: Run pytest
Expand Down

0 comments on commit c61f888

Please sign in to comment.