Skip to content

Commit

Permalink
python 3.10 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nayib-jose-gloria committed Mar 15, 2024
1 parent c8538f6 commit 3c8f41f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ontology-bump-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: "3.10"
- name: Python cache
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: "3.10"
- name: Python cache
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 3c8f41f

Please sign in to comment.