Skip to content

Commit

Permalink
Include periodictable in parallel repos until next version is released
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Oct 28, 2024
1 parent fd26edb commit 0ca1b82
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ jobs:
run: |
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=master https://github.com/bumps/bumps.git ../bumps
git clone --depth=50 --branch=v0.9.3 https://github.com/bumps/bumps.git ../bumps
git clone --depth=50 --branch=master 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

0 comments on commit 0ca1b82

Please sign in to comment.