Skip to content

Commit d96d0d5

Browse files
fix CI fail
1 parent 8eda48b commit d96d0d5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -509,12 +509,8 @@ jobs:
509509
with:
510510
environment-file: ci/environment.yml
511511
create-args: >-
512-
jupyter
513-
nlohmann_json
514512
python=3.10
515513
bison=3.4
516-
xeus=5.1.0
517-
xeus-zmq=3.0.0
518514
519515
- uses: hendrikmuhs/ccache-action@main
520516
with:

ci/environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ channels:
44
- defaults
55
dependencies:
66
- llvmdev=11.1.0
7+
- xeus=5.1.0
8+
- xeus-zmq=3.0.0
9+
- jupyter
710
- toml
811
- pytest
912
- jupyter
10-
- xeus=1.0.1
1113
- xtl
1214
- nlohmann_json
1315
- cppzmq

0 commit comments

Comments
 (0)