Skip to content

Commit

Permalink
Remove duplicate setup python calls from action
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 committed Jan 23, 2025
1 parent 85f2c6b commit 1ad596e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up python
uses: actions/setup-python@v5
with:
python-version-file: ${{ matrix.python-version }}

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 1ad596e

Please sign in to comment.