Skip to content

Commit

Permalink
rename to setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent a10bb84 commit 5aaf8bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Initialize ScubaGoggles
name: Setup Python
inputs:
python-version:
required: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Initialize ScubaGoggles
uses: ./.github/actions/initialize-scubagoggles
- name: Setup Python
uses: ./.github/actions/setup-python
with:
python-version: "3.12"
cache-dependency-path: "requirements.txt"
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Initialize ScubaGoggles
uses: ./.github/actions/initialize-scubagoggles
- name: Setup Python
uses: ./.github/actions/setup-python
with:
python-version: "3.12"
cache-dependency-path: "requirements.txt"
Expand Down

0 comments on commit 5aaf8bf

Please sign in to comment.