Skip to content

Commit e7f31e5

Browse files
committed
Update cpp accuracy build settings
1 parent e108ee4 commit e7f31e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_accuracy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111
jobs:
1212
test_accuracy:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
@@ -41,8 +41,9 @@ jobs:
4141
- name: Build CPP Test
4242
run: |
4343
pip install nanobind==2.4.0
44+
pip install typing_extensions==4.12.2
4445
mkdir build && cd build
45-
cmake ../tests/cpp/accuracy/ -DCMAKE_CXX_FLAGS=-Werror
46+
cmake ../tests/cpp/accuracy/
4647
make -j
4748
- name: Run CPP Test
4849
run: |

0 commit comments

Comments
 (0)