Skip to content

Commit

Permalink
Updated Python version of Function-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
konegen committed Nov 6, 2024
1 parent 5c24e32 commit 3f98c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Function-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8.12
- name: Set up Python 3.10.12
uses: actions/setup-python@v4
with:
python-version: 3.8.12
python-version: 3.10.12
architecture: x64
- name: Add conda to system path
run: |
Expand Down

0 comments on commit 3f98c66

Please sign in to comment.