Skip to content

Commit 05a6b78

Browse files
committed
testing with different python versions and architectures in parallel
1 parent 25beb44 commit 05a6b78

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push
55

66
jobs:
7-
87
pre-commit:
98
runs-on: ubuntu-latest
109
steps:
@@ -39,25 +38,11 @@ jobs:
3938
os: [ ubuntu-latest, windows-latest, macos-latest ]
4039
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
4140

42-
# Steps represent a sequence of tasks that will be executed as part of the job
43-
steps:
44-
#- name: "Build the virtual environment for ${{ github.repository }}"
45-
# uses: tschm/cradle/actions/[email protected]
46-
# with:
47-
# python-version: ${{ matrix.python-version }}
48-
49-
#- uses: tschm/cradle/actions/[email protected]
50-
# with:
51-
# tests-folder: 'src/tests'
52-
41+
# Steps represent a sequence of tasks that will be executed as part of the job
5342
steps:
5443
- uses: actions/setup-python@v5
5544
with:
5645
python-version: ${{ matrix.python-version }}
57-
#3.13
58-
#3.12
59-
#3.11
60-
#3.10
6146

6247
- uses: actions/checkout@v4
6348
with:

0 commit comments

Comments
 (0)