Skip to content

Commit cfccbe8

Browse files
committed
cmake minimum
1 parent 879fe1f commit cfccbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
submodules: true
4343
- name: Install from repo in test mode
44-
run: pip install -e '.[dev]'
44+
run: CMAKE_ARGS='-DCMAKE_POLICY_VERSION_MINIMUM=3.5' pip install -e '.[dev]'
4545
- name: Run tests
4646
run: python -m pytest --import-mode=append -svx nle/tests
4747
test_sdist_3_8:

0 commit comments

Comments
 (0)