Skip to content

Commit

Permalink
CI: Bring back dev import test [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
RuhiRG committed Aug 26, 2024
1 parent 1a52c83 commit 37d0169
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
meson setup bbdir
meson compile -C bbdir
- name: Run an import test (dev)
shell: bash -l {0}
run: |
python -c 'import bbdir.cyoda'
- name: Run standard tests
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 37d0169

Please sign in to comment.