There was an error while loading. Please reload this page.
1 parent d711f17 commit 9e4701cCopy full SHA for 9e4701c
1 file changed
.github/workflows/run_unit_tests_oldest_deps.yml
@@ -45,7 +45,8 @@ jobs:
45
- name: Display installed dependency versions
46
run: poetry run pip list
47
- name: Run unit tests and code coverage
48
- # Skip test___pickled_value___unpickle___is_compatible because NumPy 2.0 broke pickle compatibility.
+ # Skip test___pickled_value___unpickle___is_compatible because NumPy 2.0 does not support loading pickle files from NumPy 1.25 and earlier.
49
+ # https://numpy.org/doc/2.0/numpy_2_0_migration_guide.html#note-about-pickled-files
50
run: poetry run pytest ./tests/unit -v --cov=nitypes --junitxml=test_results/nitypes-oldest-deps-${{ matrix.os }}-py${{ matrix.python-version }}.xml -k "not test___pickled_value___unpickle___is_compatible"
51
- name: Upload test results
52
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
0 commit comments