Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- run: echo "${{ matrix.python-version }}" > .python-version
- uses: jdx/mise-action@v4.2.4
- uses: jdx/mise-action@v4.2.5
- run: ./build_and_test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_minimum_dependency_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- run: echo "${{ matrix.python-version }}" > .python-version
- uses: jdx/mise-action@v4.2.4
- uses: jdx/mise-action@v4.2.5
- run: python pin_requirements_to_minimum_acceptable_version.py
- run: ./build_and_test
- name: Publish Test Report
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4.2.4
- uses: jdx/mise-action@v4.2.5
- run: ./tidy_code
# ensure that the above changes didn't break the build
- run: ./build_and_test
Expand Down
Loading