Skip to content

Commit

Permalink
Another boom
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem2m committed Jan 29, 2025
1 parent 16251cd commit d181ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"

- name: Check-out repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"

- name: Check-out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit d181ee0

Please sign in to comment.