Skip to content

Commit

Permalink
${{ env.PYTHON }}
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Mar 14, 2024
1 parent 49a190f commit 66a8b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]

env:
OS: ${{ matrix.os }}
PYTHON: '3.10'
PYTHON: '3.11'

steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.10
python-version: ${{ env.PYTHON }}

- name: Generate coverage report
run: |
Expand Down

0 comments on commit 66a8b81

Please sign in to comment.