Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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