We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879fe1f commit cfccbe8Copy full SHA for cfccbe8
.github/workflows/test_and_deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
submodules: true
43
- name: Install from repo in test mode
44
- run: pip install -e '.[dev]'
+ run: CMAKE_ARGS='-DCMAKE_POLICY_VERSION_MINIMUM=3.5' pip install -e '.[dev]'
45
- name: Run tests
46
run: python -m pytest --import-mode=append -svx nle/tests
47
test_sdist_3_8:
0 commit comments