Skip to content

Commit

Permalink
fix comparison sha
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Oct 31, 2024
1 parent 2677458 commit 983062c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- run: git checkout ${{ github.event.pull_request.head.sha }}
- run: git checkout ${{ github.event.pull_request.base.sha }}
- run: pip install -e ".[test]"
- run: python -c "from stdatamodels.jwst._kwtool._tests.test_against_mast import dump_keyword_dictionary; dump_keyword_dictionary('jwstkd')"
- run: python -m stdatamodels.jwst._kwtool jwstkd -o main.html
Expand Down

0 comments on commit 983062c

Please sign in to comment.