Skip to content

Commit

Permalink
Remove more conda commands
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 20, 2023
1 parent ac335cd commit 89957e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
- name: Install dependencies
run: |
set -eux
conda install jupyterlab=3 jupyter-packaging
pip install beakerx_tabledisplay
beakerx_tabledisplay install
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Cache Conda
uses: actions/cache@v1
with:
path: ~/.conda
key: ${{ runner.os }}-mconda-${{ hashFiles('**/configuration.yml') }}
restore-keys: |
${{ runner.os }}-conda-
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
with:
environment-name: beakerx_tabledisplay
environment-file: configuration.yml
channels: conda-forge

- name: Verify conda version
shell: bash
run: conda --version

- name: Install build dependencies
run: conda install jupyterlab=3 jupyter-packaging

- name: Build BeakerX tabledisplay
run: (cd beakerx_tabledisplay; pip install .)

Expand Down
1 change: 1 addition & 0 deletions configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ dependencies:
- python>=3.8
- py4j
- numpy
- jupyter-packaging

0 comments on commit 89957e6

Please sign in to comment.