Skip to content

Commit

Permalink
update setup-python action version
Browse files Browse the repository at this point in the history
  • Loading branch information
breedenc committed Jan 5, 2024
1 parent d1bdc12 commit 6a8ed0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Backend Unit Tests

on:
pull_request:
paths:
- "backend/**"
# paths:
# - "backend/**"

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # actions/[email protected]
- uses: actions/setup-python@41b7212b1668f5de9d65e9c82aa777e6bbedb3a8 # actions/setup-python@v2.1.4
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # actions/setup-python@v5.0.0
with:
python-version: "3.9"
- name: Run backend tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Orchestrator Unit Tests

on:
pull_request:
paths:
- "orchestrator/**"
# paths:
# - "orchestrator/**"

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # actions/[email protected]
- name: setup python environment
uses: actions/setup-python@41b7212b1668f5de9d65e9c82aa777e6bbedb3a8 # actions/setup-python@v2.1.4
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # actions/setup-python@v5.0.0
with:
python-version: "3.9"
architecture: "x64"
Expand Down

0 comments on commit 6a8ed0a

Please sign in to comment.