Skip to content

Commit

Permalink
Update cd-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr authored Jan 5, 2024
1 parent 5fa61e0 commit 3c46502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
coverage:
name: Deploy Coverage Results
runs-on: ubuntu-latest


steps:
- name: Checkout
Expand All @@ -19,7 +20,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: 3.10

- name: Check Python Version
run: python --version
Expand Down

0 comments on commit 3c46502

Please sign in to comment.