Skip to content

Commit

Permalink
tweak CI (zsol#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol authored Jan 26, 2025
1 parent c0a0a00 commit 460361e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI
on: [push, pull_request]
on:
pull_request:
push:
branches: [main]

jobs:
generate-dotslash-files:
Expand Down Expand Up @@ -27,13 +30,16 @@ jobs:
- macos-13 # intel
- windows-latest
- ubuntu-latest
- ubuntu-24.04-arm
# - ubuntu-24.04-arm
needs: generate-dotslash-files
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
path: dist
merge-multiple: true
- uses: facebook/install-dotslash@v2
- uses: actions/setup-python@v5
- run: python test.py dist/
env:
PYTHONUTF8: 1
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.13

0 comments on commit 460361e

Please sign in to comment.