File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - " v*.*.*"
1111
1212jobs :
13- test :
14- name : 2.1. Test
15- runs-on : ubuntu-24.04
16- permissions :
17- contents : read
18- steps :
19- - name : Checkout
20- uses : actions/checkout@v5
21- - name : Set up Python
22- uses : actions/setup-python@v5
23- with :
24- python-version : " 3.10"
25- - name : Install dependencies
26- run : |
27- python -m pip install -U pip
28- python -m pip install .[test]
29- - name : Test with pytest
30- run : ./scripts/test.sh -l
13+ # test:
14+ # name: 2.1. Test
15+ # runs-on: ubuntu-24.04
16+ # permissions:
17+ # contents: read
18+ # steps:
19+ # - name: Checkout
20+ # uses: actions/checkout@v5
21+ # - name: Set up Python
22+ # uses: actions/setup-python@v5
23+ # with:
24+ # python-version: "3.10"
25+ # - name: Install dependencies
26+ # run: |
27+ # python -m pip install -U pip
28+ # python -m pip install .[test]
29+ # - name: Test with pytest
30+ # run: ./scripts/test.sh -l
3131
3232 build_publish :
33- needs : test
34- name : 2.2. Build and Publish
33+ # needs: test
34+ name : Build and Publish
3535 runs-on : ubuntu-24.04
3636 permissions :
3737 contents : write
You can’t perform that action at this time.
0 commit comments