Skip to content

Commit

Permalink
add deps dev
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Oct 9, 2024
1 parent 4efeb8e commit c301fb1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,13 @@ env:
jobs:
quality:
name: Checking dependency graph
runs-on: ${{ matrix.os }}
runs-on: 'ubuntu-latest'

permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write

strategy:
matrix:
os: ['ubuntu-20.04']
python-version: ['3.8']

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -66,7 +61,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
if: steps.verify-changed-files.outputs.files_changed == 'true'
with:
commit_message: "Fix deps by pip-compile in GHA"
commit_user_name: "GitHub Actions"
token: ${{ secrets.GHA_PAT }}

0 comments on commit c301fb1

Please sign in to comment.