Skip to content

Commit

Permalink
Fixed workflow files (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
harripd committed May 22, 2024
1 parent 6c6abea commit d08f2bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ name: Build Wheels
on:
push:
branches:
- main:
tag:
- "**"
- gitactions_wheel
- main
tag:
- "**"
pull_request:
branches:
- main:
tag:
- "**"
tag:
- "**"

jobs:
build_wheels:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Install H2MM_C
run: python -m pip install .

- name: test:
- name: Test
run: pytest

0 comments on commit d08f2bb

Please sign in to comment.