Skip to content

Commit

Permalink
fix github workflows path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Oct 10, 2023
1 parent cde2009 commit ca7411b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/reusable_python_and_poetry_setup.yaml
- uses: ./.github/workflows/reusable_python_and_poetry_setup.yaml

- name: Get version
id: get-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: 'refs/heads/develop'
- uses: ./.github/actions/reusable_python_and_poetry_setup.yaml
- uses: ./.github/workflows/reusable_python_and_poetry_setup.yaml

- name: Bump minor version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/reusable_python_and_poetry_setup.yaml
- uses: ./.github/workflows/reusable_python_and_poetry_setup.yaml

- name: Install package
run: poetry install
Expand Down

0 comments on commit ca7411b

Please sign in to comment.