Skip to content

Commit

Permalink
CI: simplify pybind11
Browse files Browse the repository at this point in the history
* following the upstream merge of kokkos/pykokkos-base#46
we should no longer need to manually update the `pybind11` submodule
within `pykokkos-base`
  • Loading branch information
tylerjereddy committed Sep 1, 2022
1 parent 5845be3 commit 58d9a62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
cd /tmp
git clone https://github.com/kokkos/pykokkos-base.git
cd pykokkos-base
git submodule update --init
cd external/pybind11
git fetch --tags
git checkout v2.10.0
cd ../../
python setup.py install -- -DENABLE_LAYOUTS=ON -DENABLE_MEMORY_TRAITS=OFF
- name: Install pykokkos
run: |
Expand Down

0 comments on commit 58d9a62

Please sign in to comment.