diff options
| author | Bobby <[email protected]> | 2022-08-30 21:46:37 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 21:46:37 -0400 |
| commit | 23845535302ee3057e72781b10477a6c40b157bc (patch) | |
| tree | 84e59d53136e6102913389e7edff4b6bba939380 /.github | |
| parent | b69d70b508a2da780d037062440631332bd8bd9e (diff) | |
| download | edify-23845535302ee3057e72781b10477a6c40b157bc.tar.xz edify-23845535302ee3057e72781b10477a6c40b157bc.zip | |
Update Python Version in Coverage CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 589ea16..1ee1661 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 with: - python-version: 3.9 + python-version: 3.10 - name: install dependencies run: | python -m pip install --upgrade pip |
