File tree Expand file tree Collapse file tree 3 files changed +42
-63
lines changed Expand file tree Collapse file tree 3 files changed +42
-63
lines changed Original file line number Diff line number Diff line change 1+ name : Run CI
2+
3+ on :
4+ push :
5+ pull_request :
6+ branches :
7+ - main # Or your default branch
8+
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.ref }}
11+ cancel-in-progress : true
12+
13+ jobs :
14+ build :
15+ runs-on : ${{ matrix.os }}
16+ strategy :
17+ fail-fast : false
18+ matrix :
19+ os :
20+ - ubuntu-latest
21+ # python-version:
22+ # - "3.10"
23+ # - "3.11"
24+ # - "3.12"
25+ # - "3.13"
26+ steps :
27+ 28+ with :
29+ timezoneLinux : " America/Chicago"
30+ timezoneMacos : " America/Chicago"
31+ timezoneWindows : " Central Standard Time"
32+
33+ - uses : actions/checkout@v4
34+ with :
35+ submodules : true
36+
37+ # - name: Install Python dependencies
38+ # if: contains( matrix.os, 'ubuntu')
39+ # run: |
40+ # python -m pip install --upgrade pip
41+ # pip install hatch
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11Backlinks
22bigz
3+ buildtools
34cesiumlang
45darkgray
56Darkmode
You can’t perform that action at this time.
0 commit comments