Skip to content

Commit

Permalink
ci: target latest python
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 9, 2024
1 parent cea4d68 commit d8b6c84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install dependencies
run: pip install pytest pytest-cov .
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install mdto.py and dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d8b6c84

Please sign in to comment.