Skip to content

Commit

Permalink
Merge pull request #799 from jupyter-incubator/devstein/fix-install
Browse files Browse the repository at this point in the history
fix: Install in v0.20.2 Release
  • Loading branch information
devstein authored Jan 2, 2023
2 parents 0c53e20 + fcde12d commit a5e97aa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v3
-
name: Set up QEMU

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

-
name: Run docker compose build
- if: github.event_name == 'push'
name: Run docker compose build with local packages
run: |
docker compose build --build-arg dev_mode="true"
- if: github.event_name == 'schedule'
name: Run docker compose build with latest release
run: |
docker compose build
1 change: 1 addition & 0 deletions autovizwidget/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
2 changes: 2 additions & 0 deletions hdijupyterutils/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include requirements.txt

1 change: 1 addition & 0 deletions sparkmagic/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
recursive-include sparkmagic/kernels *.js *.json
include requirements.txt

0 comments on commit a5e97aa

Please sign in to comment.