Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jan 17, 2023
1 parent 95330fa commit 5c2eba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Wait for Voila to get online
uses: ifaxity/wait-on-action@v1
with:
resource: http-get://localhost:8866/
resource: tcp://localhost:8866/
timeout: 10000

- name: Test standalone
Expand Down
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ New Features

- Model fitting: API and UI to re-estimate model parameters based on current data/subset selection.
[#1952]
- CLI launchers no longer require data to be specified [#1890]

- Added direct launchers for each config (e.g. ``specviz``) [#1890]
- CLI launchers no longer require data to be specified [#1960]

- Added direct launchers for each config (e.g. ``specviz``) [#1960]

Cubeviz
^^^^^^^
Expand Down

0 comments on commit 5c2eba7

Please sign in to comment.