Skip to content

Commit

Permalink
Try to use actions/setup-python for macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jan 31, 2024
1 parent 368f7e1 commit b2c25ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/create-dev-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ runs:
uses: actions/setup-python@v5
with:
python-version: 3.x
if: runner.arch == 'X64'

- name: Install Dev Dependencies 📦
run: |
Expand Down

0 comments on commit b2c25ad

Please sign in to comment.