Skip to content

Commit

Permalink
fixate py ver b/c of error
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Dec 18, 2020
1 parent cccd1a9 commit 9a62cac
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,52 +309,52 @@ jobs:
poetry config --ansi virtualenvs.create false
poetry install --ansi --no-root --no-dev --extras nox
- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.1.4
with:
python-version: ${{ needs.pyproject-config.outputs.test_python_version_1 }}
if: ${{ needs.pyproject-config.outputs.test_python_version_1 }} != ""

- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.1.4
with:
python-version: ${{ needs.pyproject-config.outputs.test_python_version_2 }}
if: ${{ needs.pyproject-config.outputs.test_python_version_2 }} != ""

- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.1.4
with:
python-version: ${{ needs.pyproject-config.outputs.test_python_version_3 }}
if: ${{ needs.pyproject-config.outputs.test_python_version_3 }} != ""

- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.1.4
with:
python-version: ${{ needs.pyproject-config.outputs.test_python_version_4 }}
if: ${{ needs.pyproject-config.outputs.test_python_version_4 }} != ""

- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.1.4
with:
python-version: ${{ needs.pyproject-config.outputs.test_python_version_5 }}
if: ${{ needs.pyproject-config.outputs.test_python_version_5 }} != ""

- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.1.4
with:
python-version: ${{ needs.pyproject-config.outputs.test_python_version_6 }}
if: ${{ needs.pyproject-config.outputs.test_python_version_6 }} != ""

- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.1.4
with:
python-version: ${{ needs.pyproject-config.outputs.test_python_version_7 }}
if: ${{ needs.pyproject-config.outputs.test_python_version_7 }} != ""

- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.1.4
with:
python-version: ${{ needs.pyproject-config.outputs.test_python_version_8 }}
if: ${{ needs.pyproject-config.outputs.test_python_version_8 }} != ""

- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.1.4
with:
python-version: ${{ needs.pyproject-config.outputs.test_python_version_9 }}
if: ${{ needs.pyproject-config.outputs.test_python_version_9 }} != ""

- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.1.4
with:
python-version: ${{ needs.pyproject-config.outputs.test_python_version_10 }}
if: ${{ needs.pyproject-config.outputs.test_python_version_10 }} != ""
Expand Down

0 comments on commit 9a62cac

Please sign in to comment.