Skip to content

Commit

Permalink
fixed build action
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Aug 18, 2024
1 parent ab40139 commit a1d5b47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install cabs package
run: pip install -e suricat_cabs .

- name: Install package
run: pip install -e .

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "suricat"}]
[tool.poetry.dependencies]
python = "^3.8"
stimela = "^2.0"
suricat-beams-cabs = "0.0.4^"
suricat-beams-cabs = "^0.0.4"
xarray-fits = "*"
astro-tigger-lsm = "*"
matplotlib = "*"
Expand Down

0 comments on commit a1d5b47

Please sign in to comment.