Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cbouy/mols2grid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: cbouy/mols2grid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 29, 2023

  1. fix CI env

    cbouy committed Jul 29, 2023
    Copy the full SHA
    58ca7b9 View commit details
  2. fix ci

    cbouy committed Jul 29, 2023
    Copy the full SHA
    267d300 View commit details

Commits on Aug 13, 2023

  1. update packagelock version

    cbouy committed Aug 13, 2023
    Copy the full SHA
    d156fc9 View commit details
Showing with 15 additions and 3 deletions.
  1. +1 −1 .github/workflows/ci.yml
  2. +2 −2 package-lock.json
  3. +12 −0 tests/environment.yml
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
environment-file: environment.yml
environment-file: tests/environment.yml
use-only-tar-bz2: true
miniforge-variant: Mambaforge
miniforge-version: latest
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions tests/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: mols2grid
channels:
- conda-forge
- defaults
dependencies:
- nodejs==17.9.0
- yarn==1.22.18
- pandas
- jinja2>=2.11.0
- jupyterlab
- ipywidgets>=7,<8
- pytest==6.2.5