Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump empack #96

Merged
merged 3 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading