Skip to content

Commit 2ce0e9b

Browse files
authored
CI Fix incorrect lockfile in xbuildenv (pyodide#5749)
The xbuildenv should contain the lockfile from the prebuilt packages set, not one that built from this repository. This fixes it.
1 parent b619300 commit 2ce0e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ workflows:
767767

768768
- create-xbuild-env:
769769
requires:
770-
- build-core-packages
770+
- build-full-packages
771771
filters:
772772
tags:
773773
only: /.*/

0 commit comments

Comments
 (0)