Skip to content

Commit

Permalink
Merge pull request #7873 from drew2a/fix/main_yml
Browse files Browse the repository at this point in the history
Use default python version
  • Loading branch information
drew2a authored Feb 2, 2024
2 parents ca4134c + a48607c commit 3e0729f
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 3e0729f

Please sign in to comment.