Skip to content

Commit

Permalink
fixup! Refactor fuzzydata and ci-notebooks: use mamba-env custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
vnlitvinov committed Jul 5, 2023
1 parent bda14dd commit 4e10af2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- .github/workflows/ci-notebooks.yml
- setup.cfg
- setup.py
- requirements/env_hdk.yml
concurrency:
# Cancel other jobs in the same branch. We don't care whether CI passes
# on old commits.
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
with:
path: taxi.csv
# update cache only if notebooks require it to be changed
key: taxi-csv-dataset-${{ hashFiles("examples/tutorial/jupyter/**") }}
key: taxi-csv-dataset-${{ hashFiles('examples/tutorial/jupyter/**') }}
# replace modin with . in the tutorial requirements file for `pandas_on_ray` and
# `pandas_on_dask` since we need Modin built from sources
- run: sed -i 's/modin/./g' examples/tutorial/jupyter/execution/${{ matrix.execution }}/requirements.txt
Expand Down

0 comments on commit 4e10af2

Please sign in to comment.