Skip to content

Commit

Permalink
Merge pull request #31 from MotionbyLearning/add_tests
Browse files Browse the repository at this point in the history
Updated GitHub action build
  • Loading branch information
rogerkuou authored Nov 19, 2024
2 parents d44b352 + a5aede5 commit 4dfd08f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Build
name: Build and pytest

on:
push:
Expand Down Expand Up @@ -30,5 +30,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install build
python -m pip install ".[dev,docs,demo]"
- name: Build the package
run: python -m build
- name: Test with pytest
run: python -m pytest

0 comments on commit 4dfd08f

Please sign in to comment.