Skip to content

Commit

Permalink
Merge pull request #75 from tylerjereddy/treddy_simplify_pybind11_ci
Browse files Browse the repository at this point in the history
CI: simplify pybind11
  • Loading branch information
NaderAlAwar authored Sep 4, 2022
2 parents 3d99a45 + 58d9a62 commit af7ca9c
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 af7ca9c

Please sign in to comment.