Skip to content

Commit

Permalink
Add Test package import
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Nov 6, 2024
1 parent 8a4e7d4 commit 516b868
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
with:
python-version: '3.11'
- name: Install package
run: pip install ./
run: pip install ./
- name: Test package import
run: python3 -c "import phreeqc"

0 comments on commit 516b868

Please sign in to comment.