Skip to content

Commit b50fe62

Browse files
committed
ci: comment out test job and remove dependency in build_publish job
1 parent 3cb8b91 commit b50fe62

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/2.build-publish.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ on:
1010
- "v*.*.*"
1111

1212
jobs:
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

0 commit comments

Comments
 (0)