Skip to content

Commit

Permalink
Remove test-matrix references
Browse files Browse the repository at this point in the history
Though other CASE repositories use a Python version matrix, this one
doesn't.  Defer to defaults.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Nov 19, 2024
1 parent 71e86c5 commit 8623d9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/web_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Pre-commit Checks
run: |
pip -q install pre-commit
Expand Down

0 comments on commit 8623d9a

Please sign in to comment.