From 0f14f1ae9868d777e09ae6a9cf4e641f89cd2f0e Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Mon, 10 Jun 2024 13:47:37 +0200 Subject: [PATCH 1/3] empack_201 --- tests/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_integration.py b/tests/test_integration.py index 9b40ba6..8828c9a 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -7,7 +7,7 @@ from .conftest import CHANNELS -PYJS_VERSION = "1.0.0" +PYJS_VERSION = "2.0.1" PYJS_SPEC = f"pyjs>={PYJS_VERSION}" From fa4bd62db3f3cd48bc72c403fdcc0c9386195357 Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Mon, 10 Jun 2024 13:53:59 +0200 Subject: [PATCH 2/3] Update workflow.yaml --- .github/workflows/workflow.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 1485e4d..4e05ba5 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -28,13 +28,11 @@ jobs: with: fetch-depth: 0 - - name: Install mamba and dependencies - uses: mamba-org/provision-with-micromamba@main + - uses: mamba-org/setup-micromamba@v1 with: environment-file: ci_env.yml - environment-name: ci-env - micromamba-version: '1.4.1' - + cache-environment: false + - name: Install empack shell: bash -l {0} run: | From 1c40451399f8da31a9715f0f70bf53db3c5a416f Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Mon, 10 Jun 2024 14:07:52 +0200 Subject: [PATCH 3/3] Update ci_env.yml --- ci_env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_env.yml b/ci_env.yml index 22c1e38..4847f0c 100644 --- a/ci_env.yml +++ b/ci_env.yml @@ -7,4 +7,4 @@ dependencies: - pip - pytest - micromamba >=1.4.1 - - microsoft::playwright + - microsoft::playwright <1.42