Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 24, 2024
1 parent 96db776 commit b5089e2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ on:
branches: ['*']
workflow_dispatch:

env:
OS: ubuntu-latest

jobs:
lint-and-check:
runs-on: ${{ env.OS }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -34,7 +31,7 @@ jobs:
run: tox -e type-check

analyze:
runs-on: "${{ env.OS }}"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
Expand Down Expand Up @@ -74,7 +71,7 @@ jobs:

test:
needs: lint-and-check
runs-on: "${{ env.OS }}"
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
Expand Down

0 comments on commit b5089e2

Please sign in to comment.