Skip to content

Commit

Permalink
Use defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mjvogelsong committed Mar 9, 2024
1 parent 98fbb82 commit db4d905
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,15 @@ name: cicd
on:
push:

env:
PYTHON_VERSION: "3.11"
POETRY_VERSION: "1.8.2"
RUNS_ON: "ubuntu-22.04"

jobs:
# Check for linting errors.
lint:
uses: ./.github/workflows/python-make-target.yaml
with:
target: lint
python-version: ${{ env.PYTHON_VERSION }}
poetry-version: ${{ env.POETRY_VERSION }}
runs-on: ${{ env.RUNS_ON }}

# Run the test suite.
test:
uses: ./.github/workflows/python-make-target.yaml
with:
target: test
python-version: ${{ env.PYTHON_VERSION }}
poetry-version: ${{ env.POETRY_VERSION }}
runs-on: ${{ env.RUNS_ON }}

0 comments on commit db4d905

Please sign in to comment.