Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piterofc committed Mar 9, 2024
1 parent a473882 commit 80f07d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

steps:

- name: Setup Python 2.x (Mac)
- name: Setup Python 2.7 (Mac)
if: startsWith(matrix.os, 'macos')
uses: actions/setup-python@v4
with:
python-version: '2.x'
python-version: '2.7'

- name: Python install setuptools (Mac)
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 80f07d2

Please sign in to comment.