Skip to content

Commit

Permalink
Revert "ci: target latest python"
Browse files Browse the repository at this point in the history
This breaks the ci for some reason
  • Loading branch information
rien333 committed Dec 9, 2024
1 parent d8b6c84 commit d9623e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ 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 d9623e0

Please sign in to comment.