Skip to content

Commit

Permalink
ver py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 25, 2024
1 parent bf1f19a commit 8d9520b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v4
# - name: Set up Python
# uses: actions/setup-python@v5
# with:
# python-version: ${{ matrix.python_ver }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_ver }}
# - name: Download sdist artifact
# uses: actions/download-artifact@v4
# with:
Expand Down

0 comments on commit 8d9520b

Please sign in to comment.