From 58d9a62045f0140615f646dc28025542510928fd Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Thu, 1 Sep 2022 10:43:52 -0600 Subject: [PATCH] CI: simplify pybind11 * following the upstream merge of https://github.com/kokkos/pykokkos-base/pull/46 we should no longer need to manually update the `pybind11` submodule within `pykokkos-base` --- .github/workflows/main_ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 5c4278ff..8516bc4c 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -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: |