Skip to content

Commit cc0f0eb

Browse files
authored
Merge pull request #43 from UBC-MDS/feature/build_fix
build fix
2 parents ce8ac45 + f692d41 commit cc0f0eb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# GitHub Actions workflow for ridge_remake
12
name: build
23

34
on:
@@ -24,10 +25,6 @@ jobs:
2425
python -m pip install --upgrade pip
2526
pip install -e ".[tests]"
2627
27-
- name: Check style and run tests
28-
run: |
29-
pytest
30-
3128
- name: Check style and run tests
3229
run: |
3330
ruff check .

0 commit comments

Comments
 (0)