We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff663f commit ad65ae7Copy full SHA for ad65ae7
.github/workflows/tests.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python3 -m pip install --upgrade pip doit
27
- python3 -m pip install .
28
doit install_test_deps
+ python3 -m pip install .
29
python3 -m pip freeze # do make debugging easier for failures due to version changes
30
31
- name: Test with pytest
nbval/_version.py
@@ -1,2 +1,2 @@
1
-version_info = (0, 9, 6)
+version_info = (0, 9, '7.dev')
2
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])
0 commit comments