Skip to content

Commit

Permalink
workflow change 2
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilAppleby committed Apr 29, 2024
1 parent 5e2c3bf commit 8e3662a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ jobs:
steps:
- uses: actions/setup-python@v2
with:
python-major-version: [3]
python-minor-version: [8, 9, 10, 11]
python-version: ${{ format('{0}.{1}', matrix.python-major-version, matrix.python-minor-version) }}
python-version: 3.6.8
- run: pip3 install wheel
- uses: actions/checkout@v2
- run: |
Expand All @@ -146,9 +144,7 @@ jobs:
steps:
- uses: actions/setup-python@v2
with:
python-major-version: [3]
python-minor-version: [8, 9, 10, 11]
python-version: ${{ format('{0}.{1}', matrix.python-major-version, matrix.python-minor-version) }}
python-version: 3.6.8
- uses: actions/checkout@v2
- name: Install setuptools
run: pip3 install setuptools
Expand Down

0 comments on commit 8e3662a

Please sign in to comment.