Skip to content

Commit

Permalink
Testing periodictable v2.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Dec 4, 2024
1 parent 8864264 commit 09eaa0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
git clone --depth=50 --branch=master https://github.com/SasView/sasdata.git ../sasdata
git clone --depth=50 --branch=master https://github.com/SasView/sasmodels.git ../sasmodels
git clone --depth=50 --branch=v0.9.3 https://github.com/bumps/bumps.git ../bumps
git clone --depth=50 --branch=R2.0-pre https://github.com/pkienzle/periodictable.git ../periodictable
- name: Build and install sasdata
run: |
Expand All @@ -136,6 +137,13 @@ jobs:
rm -rf dist
python -m pip install --no-deps .
- name: Build and install periodictable
run: |
cd ../periodictable
rm -rf build
rm -rf dist
python -m pip install --no-deps .
### Document the build environment

- name: Python package version list
Expand Down
1 change: 0 additions & 1 deletion build_tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ mako
matplotlib
numba
numpy
periodictable
pybind11
pylint
pyopengl
Expand Down

0 comments on commit 09eaa0e

Please sign in to comment.