Skip to content

Commit

Permalink
fixing yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Mar 10, 2022
1 parent 66eb0ea commit 1853a15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install conda environment py310
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install conda environment py310
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install conda environment py310
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install conda environment py310
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-with-model-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install conda dependencies
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit 1853a15

Please sign in to comment.