Skip to content

Commit 32f1c0f

Browse files
committed
CI: Build and test from source directory
1 parent f85e4ee commit 32f1c0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
build_n_pytest:
146146
machine:
147147
image: ubuntu-2204:2022.10.2
148-
working_directory: /tmp/tests
148+
working_directory: /tmp/src/sdcflows
149149
environment:
150150
TZ: "/usr/share/zoneinfo/America/Los_Angeles"
151151
steps:
@@ -190,7 +190,6 @@ jobs:
190190
name: Build Docker image
191191
no_output_timeout: 60m
192192
command: |
193-
cd /tmp/src/sdcflows
194193
python3 -m pip install --upgrade pip
195194
python3 -m pip install --upgrade "setuptools_scm[toml]"
196195
@@ -256,7 +255,6 @@ jobs:
256255
- run:
257256
name: Refreshing cached intermediate results
258257
command: |
259-
cd /tmp/src/sdcflows
260258
COMMIT_MSG=$( git log --format=oneline -n 1 $CIRCLE_SHA1 )
261259
set +e
262260
do_refresh="$( echo "${COMMIT_MSG}" | grep -i -E '\[refresh[ _]?cache\]' )"

0 commit comments

Comments
 (0)