Skip to content

Commit

Permalink
Bump empack (#96)
Browse files Browse the repository at this point in the history
* Bump empack

* Get rid of cache ?

* Even less caching but I'm not sure
  • Loading branch information
martinRenou authored Jun 17, 2024
1 parent 856f0a4 commit 6fa187f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
with:
micromamba-version: '1.5.1-0'
environment-file: environment-dev.yaml
cache-environment: true

- name: Install mamba
run: conda install -c conda-forge mamba
Expand Down Expand Up @@ -138,7 +137,6 @@ jobs:
with:
micromamba-version: '1.5.1-0'
environment-file: environment-dev.yaml
cache-environment: true

- name: Install mamba
run: conda install -c conda-forge mamba
Expand Down Expand Up @@ -193,7 +191,6 @@ jobs:
with:
micromamba-version: '1.5.1-0'
environment-file: environment-dev.yaml
cache-environment: true

- name: Install
run: pip install jupyterlite_xeus*.whl
Expand All @@ -212,9 +209,6 @@ jobs:
# try the latest stable and potential pre-releases
jupyterlite_version: ["jupyterlite-core -U", "jupyterlite-core --pre"]

env:
PLAYWRIGHT_BROWSERS_PATH: ${{ github.workspace }}/pw-browsers

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -249,13 +243,6 @@ jobs:
jlpm install
jlpm run build
- name: Set up browser cache
uses: actions/cache@v3
with:
path: |
${{ github.workspace }}/pw-browsers
key: ${{ runner.os }}-${{ hashFiles('ui-tests/yarn.lock') }}

- name: Install browser
run: jlpm playwright install chromium
working-directory: ui-tests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"empack>=3.1,<4",
"empack>=3.1,<5",
"traitlets",
"jupyterlite-core>=0.1,<0.5",
"pyyaml",
Expand Down

0 comments on commit 6fa187f

Please sign in to comment.