Skip to content

Commit

Permalink
chore: use reusable actions (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Sep 15, 2024
1 parent 6cc30ff commit befa95d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 128 deletions.
66 changes: 0 additions & 66 deletions .github/actions/setup-poetry/action.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
persist-credentials: false

- name: Set up Python & Poetry
uses: ./.github/actions/setup-poetry
uses: nakamasato/github-actions/setup-poetry@1.6.0

- name: test
run: |
Expand Down Expand Up @@ -69,10 +69,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python & Poetry
uses: ./.github/actions/setup-poetry

- name: export requirements.txt
run: poetry export -f requirements.txt --output requirements.txt
uses: nakamasato/github-actions/setup-poetry@1.6.0

- name: Set config
id: set_config
Expand Down
3 changes: 0 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"lockFileMaintenance": {
"enabled": true
},
"ignorePaths": [
"requirements.txt"
],
"schedule": [
"before 4am on sunday"
]
Expand Down
54 changes: 0 additions & 54 deletions requirements.txt

This file was deleted.

0 comments on commit befa95d

Please sign in to comment.