Skip to content

Commit

Permalink
Move example data from base sasdata package instead of built package
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Sep 11, 2024
1 parent 824d782 commit f95ee9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
cd ../sasdata
rm -rf build
rm -rf dist
mv build/lib/sasdata/example_data/* ../sasview/src/sas/example_data/
mv sasdata/example_data/* ../sasview/src/sas/example_data/
python -m pip install --no-deps .
- name: Build and install sasmodels
Expand Down

0 comments on commit f95ee9a

Please sign in to comment.