Skip to content

Commit

Permalink
reverting push_tests changes for debugging unit tests errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ashin-czi committed Aug 25, 2022
1 parent 1f14494 commit 598a298
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v2
- run: |
git fetch --depth=1 origin +${{github.base_ref}}
- name: Set up Python 3.9
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.7
- name: Node cache
uses: actions/cache@v1
with:
Expand All @@ -46,10 +46,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9 (pyenv) # pyenv needed for mlflow in cli annotate tests
- name: Set up Python 3.7 (pyenv) # pyenv needed for mlflow in cli annotate tests
uses: gabrielfalcao/pyenv-action@v9
with:
default: 3.9
default: 3.7
command: pip install -U pip # upgrade pip after installing python
- run: pip install virtualenv # virtualenv needed for mlflow in cli annotate tests
- name: Python cache
Expand Down Expand Up @@ -79,10 +79,10 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.7
- name: Python cache
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 598a298

Please sign in to comment.