Skip to content

Commit

Permalink
chore: check py version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvictor committed Jan 7, 2024
1 parent 33552e7 commit e3eaa07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: check python version
run: |
python --version
which python
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit e3eaa07

Please sign in to comment.