Skip to content

Commit

Permalink
Update github action pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Jan 2, 2025
1 parent 9cd2c55 commit 4e39a6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
matrix:
os: [macos-latest, ubuntu-20.04]
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.12
- name: Compile
run: |
env
Expand Down

0 comments on commit 4e39a6b

Please sign in to comment.