forked from jupyter-server/jupyter_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try just modifying the build file (jupyter-server#48)
* try just modifying the build file * clean up build config * get check manifest from pip * update * cleanup * whoops * figure out where cache is * clean up and add caching * add conda cache * do not cache conda
- Loading branch information
Steve Silvester
authored and
GitHub Enterprise
committed
Aug 4, 2021
1 parent
cb58b4d
commit 83c4bd3
Showing
5 changed files
with
45 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
channel_alias: https://conda.apple.com | ||
channels: | ||
- https://conda.apple.com | ||
- https://artifacts.apple.com/api/conda/anaconda-free | ||
default_channels: | ||
- https://conda.apple.com | ||
ssl_verify: /etc/ssl/certs/ca-certificates.crt | ||
always_yes: yes | ||
changeps1: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name: data_studio_jupyter_extensions | ||
dependencies: | ||
- python=3.8 | ||
- nodejs | ||
- pip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
schemaVersion: 2.0 | ||
|
||
pipelines: | ||
|
||
- branchName: main | ||
build: | ||
template: freestyle:v4:prb | ||
steps: | ||
- ./build.sh | ||
machine: | ||
baseImage: docker.apple.com/rio/fuji-bdz:latest | ||
env: | ||
PYTHON_VERSION: python-3.8.3 | ||
NPM_VERSION: 7.18.1 | ||
PIP_INDEX_URL: https://pypi.apple.com/simple |