Skip to content

Commit

Permalink
remove double python install
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 21, 2024
1 parent fde4f00 commit 9801581
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ jobs:
checks: 'tests'

steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: ${{ matrix.python-version == 3.13 }}

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 9801581

Please sign in to comment.