Skip to content

Commit 293c222

Browse files
authored
Update build.yaml
1 parent 46a79b6 commit 293c222

File tree

1 file changed

+1
-49
lines changed

1 file changed

+1
-49
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
cibuildwheel:
3232
- "cp311"
3333
steps:
34-
<<<<<<< before updating
35-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3635
with:
3736
submodules: 'true'
3837

@@ -100,50 +99,3 @@ jobs:
10099

101100
- name: Test Wheel
102101
run: python -m pytest -vvv verilator/tests
103-
=======
104-
- uses: actions/checkout@v5
105-
106-
- uses: actions-ext/python/setup@main
107-
with:
108-
version: ${{ matrix.python-version }}
109-
110-
- name: Install dependencies
111-
run: make develop
112-
113-
- name: Lint
114-
run: make lint
115-
116-
- name: Checks
117-
run: make checks
118-
119-
- name: Build
120-
run: make build
121-
122-
- name: Test
123-
run: make coverage
124-
125-
- name: Upload test results (Python)
126-
uses: actions/upload-artifact@v4
127-
with:
128-
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
129-
path: junit.xml
130-
if: ${{ always() }}
131-
132-
- name: Publish Unit Test Results
133-
uses: EnricoMi/publish-unit-test-result-action@v2
134-
with:
135-
files: '**/junit.xml'
136-
137-
- name: Upload coverage
138-
uses: codecov/codecov-action@v5
139-
with:
140-
token: ${{ secrets.CODECOV_TOKEN }}
141-
142-
- name: Make dist
143-
run: make dist
144-
145-
- uses: actions/upload-artifact@v4
146-
with:
147-
name: dist-${{matrix.os}}
148-
path: dist
149-
>>>>>>> after updating

0 commit comments

Comments
 (0)