Skip to content

Commit

Permalink
Merge pull request #11 from openmc-data-storage/version-bumps-on-ci
Browse files Browse the repository at this point in the history
updated packages used in ci
  • Loading branch information
shimwell authored Jan 10, 2025
2 parents c0fbd8d + f0d8278 commit 5cbce51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
run_scripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12

- name: Install testing dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Set up Python
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12

- name: Install testing dependencies
if: steps.changed-files-specific.outputs.any_changed == 'true'
Expand Down

0 comments on commit 5cbce51

Please sign in to comment.