Skip to content

Commit

Permalink
Add build
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Nov 6, 2024
1 parent cc7ed7f commit a8916ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install package
run: pip install ./
- name: Test package import
run: python -c "from phreeqc import Phreeqc;p = Phreeqc()"
- name: Install build
run: pip install build
- name: Build the package
run: python -m build

0 comments on commit a8916ec

Please sign in to comment.