Skip to content

Commit

Permalink
Merge pull request #79 from stephenhky/develop
Browse files Browse the repository at this point in the history
Release 4.0.3
  • Loading branch information
stephenhky authored Sep 23, 2024
2 parents a1d0aff + 409d381 commit 0e6da2a
Show file tree
Hide file tree
Showing 7 changed files with 376 additions and 982 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,17 @@ shared: &shared
sudo apt-get update
sudo apt-get install -y libc6
sudo apt-get install -y g++
sudo apt-get install -y gfortran
sudo apt-get install -y python3-dev
- run:
name: Installing Packages
command: |
pip install --upgrade --user pip
pip install --upgrade --user .
CC=gcc python setup.py build_ext --inplace
- run:
name: Run Unit Tests
command: |
pip install pytest
pip install --upgrade --user .[test]
pytest
Expand Down
Loading

0 comments on commit 0e6da2a

Please sign in to comment.