Skip to content

Commit

Permalink
fix action name
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 25, 2024
1 parent e41d60f commit cc28c49
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4

- name: "Set up Python & Hatch - 3.11"
uses: ./.github/actions/setup-python-env
uses: ./.github/actions/setup-python-hatch
with:
python-version: "3.11"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4

- name: "Set up Python & Hatch - 3.11"
uses: ./.github/actions/setup-python-env
uses: ./.github/actions/setup-python-hatch
with:
python-version: "3.11"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4

- name: "Set up Python & Hatch - 3.11"
uses: ./.github/actions/setup-python-env
uses: ./.github/actions/setup-python-hatch
with:
python-version: "${{ matrix.python-version }}"

Expand Down

0 comments on commit cc28c49

Please sign in to comment.