Skip to content

Commit

Permalink
Ignore broken library for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Oct 3, 2024
1 parent d6bee87 commit e930ad5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
name: install specific numpy version
- run: pip install --user . montepy[test]
- run: pip install --user . montepy[build]
- run: pip uninstall -y pytest-profiling
name: Uninstall incompatible library
if: ${{ matrix.python-version == '3.13' }}
- run: pip freeze
- run: coverage run -m pytest --junitxml=test_report.xml
- run: coverage report
Expand Down

0 comments on commit e930ad5

Please sign in to comment.