Skip to content

Commit

Permalink
fix: rollback unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouliol committed Dec 19, 2024
1 parent f739a36 commit f603580
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/actions/black/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ runs:
steps:
- name: Cancel previous running workflows
uses: fkirc/skip-duplicate-actions@master
- uses: actions/checkout@v4
- name: Install poetry
shell: bash
working-directory: ${{ inputs.current_package }}
Expand Down
1 change: 0 additions & 1 deletion .github/actions/coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v4
- name: Install poetry
shell: bash
working-directory: ./src/
Expand Down
1 change: 0 additions & 1 deletion .github/actions/isort/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ runs:
steps:
- name: Cancel previous running workflows
uses: fkirc/skip-duplicate-actions@master
- uses: actions/checkout@v4
- name: Install poetry
shell: bash
working-directory: ${{ inputs.current_package }}
Expand Down
1 change: 0 additions & 1 deletion .github/actions/linting/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ runs:
steps:
- name: Cancel previous running workflows
uses: fkirc/skip-duplicate-actions@master
- uses: actions/checkout@v4
- name: Install poetry
shell: bash
working-directory: ${{ inputs.current_package }}
Expand Down
1 change: 0 additions & 1 deletion .github/actions/pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ runs:
steps:
- name: Cancel previous running workflows
uses: fkirc/skip-duplicate-actions@master
- uses: actions/checkout@v4
- name: Install poetry
shell: bash
working-directory: ${{ inputs.current_package }}
Expand Down

0 comments on commit f603580

Please sign in to comment.