Skip to content

Commit

Permalink
Use default python version
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Jan 31, 2024
1 parent 5d09538 commit a8830c7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/!main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- main

env:
PYTHON_VERSION: 3.9

jobs:
docker:
uses: ./.github/workflows/docker-image.yml
Expand All @@ -17,20 +14,14 @@ jobs:

coverage:
uses: ./.github/workflows/coverage.yml
with:
python-version: ${{ env.PYTHON_VERSION }}
secrets:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

pytest:
uses: ./.github/workflows/pytest.yml
with:
python-version: ${{ env.PYTHON_VERSION }}

ubuntu:
uses: ./.github/workflows/build_ubuntu.yml
with:
python-version: ${{ env.PYTHON_VERSION }}
secrets:
SENTRY_URL: ${{ secrets.SENTRY_URL }}

0 comments on commit a8830c7

Please sign in to comment.