Skip to content

Commit

Permalink
Straggling references to nersc-refresh-announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytmiller committed Mar 28, 2024
1 parent 2bcf070 commit 3d39c53
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python -m pip install .[test]
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "nersc-refresh-announcements.*OK"
jupyter labextension list 2>&1 | grep -ie "stsci-announce.*OK"
python -m jupyterlab.browser_check
- name: Package the extension
Expand All @@ -41,13 +41,13 @@ jobs:
pip install build
python -m build
pip uninstall -y "nersc_refresh_announcements" jupyterlab
pip uninstall -y "stsci_announce" jupyterlab
- name: Upload extension packages
uses: actions/upload-artifact@v3
with:
name: extension-artifacts
path: dist/nersc_refresh_announcements*
path: dist/stsci_announce*
if-no-files-found: error

test_isolated:
Expand All @@ -72,11 +72,11 @@ jobs:
sudo rm -rf $(which node)
sudo rm -rf $(which node)
pip install "jupyterlab>=4.0.0,<5" nersc_refresh_announcements*.whl
pip install "jupyterlab>=4.0.0,<5" stsci_announce*.whl
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "nersc-refresh-announcements.*OK"
jupyter labextension list 2>&1 | grep -ie "stsci-announce.*OK"
python -m jupyterlab.browser_check --no-browser-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Upload Distributions
uses: actions/upload-artifact@v3
with:
name: nersc_refresh_announcements-releaser-dist-${{ github.run_number }}
name: stsci_announce-releaser-dist-${{ github.run_number }}
path: .jupyter_releaser_checkout/dist
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: mkdir /home/runner/.local/share/jupyter/lab/settings
- run:
>
echo '{"nersc-refresh-announcements:plugin": { "url": "http://localhost:3000" } }' > /home/runner/.local/share/jupyter/lab/settings/overrides.json
echo '{"stsci-announce:plugin": { "url": "http://localhost:3000" } }' > /home/runner/.local/share/jupyter/lab/settings/overrides.json

# Start jupyterlab and run the nonempty test
- run: jupyter labextension list
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ node_modules/
*.egg-info/
.ipynb_checkpoints
*.tsbuildinfo
nersc_refresh_announcements/labextension
stsci_announce/labextension
# Version file is handled by hatchling
nersc_refresh_announcements/_version.py
stsci_announce/_version.py

# Created by https://www.gitignore.io/api/python
# Edit at https://www.gitignore.io/?templates=python
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3601,9 +3601,9 @@ __metadata:
languageName: node
linkType: hard

"nersc-refresh-announcements@workspace:.":
"stsci-announce@workspace:.":
version: 0.0.0-use.local
resolution: "nersc-refresh-announcements@workspace:."
resolution: "stsci-announce@workspace:."
dependencies:
"@jupyterlab/application": ^4.0.0
"@jupyterlab/builder": ^4.0.0
Expand Down

0 comments on commit 3d39c53

Please sign in to comment.