Skip to content

Commit

Permalink
fix: set python version on github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
GMinucci committed Jan 15, 2025
1 parent 88d31d3 commit ddc44a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
swift-version: ${{ matrix.swift }}

- uses: actions/setup-python@v5
with:
python-version: '2.7'

- name: Install variants
run: make install

Expand Down

0 comments on commit ddc44a1

Please sign in to comment.