Skip to content

Commit

Permalink
bump python
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzay-G committed Jun 18, 2023
1 parent 9adb66c commit 3d2160f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Expand Up @@ -22,13 +22,13 @@ jobs:
run:
runs-on: ubuntu-latest
env:
PYTHON: '3.7'
PYTHON: '3.9'
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.7
python-version: 3.9
- name: Generate coverage report
run: |
sudo apt-get install ripgrep
Expand Down

0 comments on commit 3d2160f

Please sign in to comment.