Skip to content

Commit

Permalink
Address macos python issue
Browse files Browse the repository at this point in the history
  • Loading branch information
svarnau committed Nov 8, 2024
1 parent b7a9770 commit 4b461d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,15 @@ jobs:
# in test code.
fetch-depth: 0

# Python version really only matters in the non-docker cases (macos), but it should match
# the version used in the docker images, for a common requirements_frozen.txt.
# The linux images (from build-infra repo) should be updated to newer python and this version
# updated to match.
- name: PythonVer
uses: actions/setup-python@v5
with:
python-version: '3.8'

- name: Build
run: .github/workflows/github_actions_build.sh
env:
Expand Down

0 comments on commit 4b461d2

Please sign in to comment.