Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Jan 23, 2023
1 parent ca48e4a commit b81cd0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python_ci.yml
Expand Up @@ -57,9 +57,7 @@ jobs:
if: ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
uses: "actions/setup-python@v4"
with:
python-version: |
${{ matrix.config.python-version }}
3.8
python-version: "${{ matrix.config.python-version }}"

- name: Install dependencies 🔧
if: steps.setup-python.outcome == 'success'
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/python_ci_linux.yml
Expand Up @@ -58,9 +58,7 @@ jobs:
if: ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
uses: "actions/setup-python@v4"
with:
python-version: |
${{ matrix.config.python-version }}
3.8
python-version: "${{ matrix.config.python-version }}"

- name: Install dependencies 🔧
if: steps.setup-python.outcome == 'success'
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/python_ci_macos.yml
Expand Up @@ -56,9 +56,7 @@ jobs:
if: ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
uses: "actions/setup-python@v4"
with:
python-version: |
${{ matrix.config.python-version }}
3.8
python-version: "${{ matrix.config.python-version }}"

- name: Install dependencies 🔧
if: steps.setup-python.outcome == 'success'
Expand Down

0 comments on commit b81cd0c

Please sign in to comment.