From 0080273046c93ef81108543b83efd8d13767cdc9 Mon Sep 17 00:00:00 2001 From: mattip Date: Tue, 4 Oct 2022 15:12:06 +0300 Subject: [PATCH] test pybind11 from Skylion007:py-contains-raise-unhashable --- .github/workflows/pybind11.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pybind11.yml b/.github/workflows/pybind11.yml index 8ccddd1..6402a30 100644 --- a/.github/workflows/pybind11.yml +++ b/.github/workflows/pybind11.yml @@ -57,7 +57,8 @@ jobs: steps: - uses: actions/checkout@v3 with: - repository: pybind/pybind11 + repository: Skylion007/pybind11 + ref: py-contains-raise-unhashable - name: Setup Python ${{ matrix.python }} uses: actions/setup-python@v4