Skip to content

Commit

Permalink
test 'needs'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Lee committed Mar 5, 2024
1 parent f3f1db3 commit 8d2be86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pylint diff Python versions
on: [push]

jobs:
build:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
outfile-name: requirements.txt

lint:
needs: export-requirements-txt
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v4
Expand Down

0 comments on commit 8d2be86

Please sign in to comment.