Skip to content

Commit

Permalink
[Build] Build with python 3.9 (#622)
Browse files Browse the repository at this point in the history
* [Build] Build with python 3.9

* .
  • Loading branch information
yonishelach authored Apr 19, 2023
1 parent 7a7473b commit 81437da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
# Install python 3.9
- name: Install python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
# Install dependencies
- uses: actions/cache@v1
id: cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ jobs:
with:
repository: mlrun/marketplace
path: marketplace
- name: Install python
- name: Install python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Install requirements
run: |
cd functions
Expand Down

0 comments on commit 81437da

Please sign in to comment.