Skip to content

Commit

Permalink
Use tags instead of release branches for sasdata and sasmodels
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Oct 9, 2024
1 parent ebada3b commit 49ff47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
- name: Fetch sources for sibling projects
run: |
git clone --depth=50 --branch=release_0.9.0 https://github.com/SasView/sasdata.git ../sasdata
git clone --depth=50 --branch=release_1.0.8 https://github.com/SasView/sasmodels.git ../sasmodels
git clone --depth=50 --branch=v0.9.0 https://github.com/SasView/sasdata.git ../sasdata
git clone --depth=50 --branch=v1.0.8 https://github.com/SasView/sasmodels.git ../sasmodels
git clone --depth=50 --branch=v0.9.2 https://github.com/bumps/bumps.git ../bumps
- name: Build and install sasdata
Expand Down

0 comments on commit 49ff47e

Please sign in to comment.