Skip to content

Commit

Permalink
chore: removes the mike version check in python-test
Browse files Browse the repository at this point in the history
Testing locally would be simpler in this case.

Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Dec 2, 2024
1 parent 84c44b6 commit 50438f3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ jobs:
- name: Check if dirty (mkdocs)
run: |
make check-for-changes
- name: Test mike script
# Only run this check on PRs to develop to check that the
# script produce the proper version of latest.
if: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.base.ref , 'develop') }}
env:
REF: ${{ github.event.pull_request.base.ref }}
run: |
mike_version=$(python ./scripts/mike_version_parse.py "$REF")
[[ "$mike_version" == latest ]] && echo "mike_version should be latest" && exit 1 || echo "$mike_version"
# This test simulates what it is like for a user to install trestle today.
# Coverage cannot be calculated as part of
Expand Down

0 comments on commit 50438f3

Please sign in to comment.