Skip to content

Commit 35f4341

Browse files
rcap107web-flow
andauthored
FIX - CI is failing with latest pixi lock version (skrub-data#1853)
Co-authored-by: Lock file bot <noreply@github.com>
1 parent bc2cc4b commit 35f4341

4 files changed

Lines changed: 5369 additions & 4877 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
python3:
55
docker:
6-
- image: cimg/python:3.9
6+
- image: cimg/python:3.10
77
environment:
88
- MINICONDA_PATH: ~/miniconda
99
- CONDA_ENV_NAME: testenv
@@ -24,7 +24,7 @@ jobs:
2424
path: ~/log.txt
2525
destination: log.txt
2626
# Persists generated documentation so that it can be attached and deployed
27-
# in the 'deploy' step.
27+
# in the 'run' step.
2828
- persist_to_workspace:
2929
root: doc/_build/html
3030
paths: .
@@ -33,9 +33,9 @@ jobs:
3333
paths:
3434
- /home/circleci/skrub_data
3535

36-
deploy:
36+
run:
3737
docker:
38-
- image: cimg/python:3.9
38+
- image: cimg/python:3.10
3939
steps:
4040
- checkout
4141
- run: ./build_tools/circle/checkout_merge_commit.sh
@@ -44,17 +44,17 @@ jobs:
4444
- attach_workspace:
4545
at: doc/_build/html
4646
- run: ls -ltrh doc/_build/html
47-
- deploy:
47+
- run:
4848
command: |
4949
if [[ "${CIRCLE_BRANCH}" =~ ^main$|^[0-9]+\.[0-9]+\.X$ ]]; then
5050
bash build_tools/circle/push_doc.sh doc/_build/html
5151
fi
5252
5353
workflows:
54-
version: 2
54+
version: 2.1
5555
build-doc-and-deploy:
5656
jobs:
5757
- python3
58-
- deploy:
58+
- run:
5959
requires:
6060
- python3

0 commit comments

Comments
 (0)