Skip to content

Commit

Permalink
impl test
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Aug 10, 2024
1 parent 0f8eac3 commit 79c00fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-13]
env:
MACOSX_DEPLOYMENT_TARGET: 10.14
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
5 changes: 5 additions & 0 deletions test/test_foobar.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import pyodr


def test_main():
assert pyodr.__version__ == "dev"

0 comments on commit 79c00fe

Please sign in to comment.