Skip to content

Commit ad65ae7

Browse files
committed
DEBUG: adding some version info listings
1 parent 2ff663f commit ad65ae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python3 -m pip install --upgrade pip doit
27-
python3 -m pip install .
2827
doit install_test_deps
28+
python3 -m pip install .
2929
python3 -m pip freeze # do make debugging easier for failures due to version changes
3030
3131
- name: Test with pytest

nbval/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 9, 6)
1+
version_info = (0, 9, '7.dev')
22
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 commit comments

Comments
 (0)