Add ipyaggrid extension to server #232
Workflow file for this run
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
name: Build Container Image (without pushing) | |
on: pull_request | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout files in repo | |
uses: actions/checkout@main | |
- name: update jupyter dependencies with repo2docker | |
uses: jupyterhub/repo2docker-action@a3332630b6467f02ffc1015f433ee7f8339614dc # master as of 2022-11-25 | |
with: | |
NO_PUSH: true |