We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae3857 commit 63d3123Copy full SHA for 63d3123
.circleci/config.yml
@@ -33,14 +33,10 @@ jobs:
33
echo "CIRCLE_REPOSITORY_URL: ${CIRCLE_REPOSITORY_URL}"
34
echo $CIRCLE_JOB > circlejob.txt
35
36
- - run:
37
- name: 🔎 Unit tests
38
- command: |
39
- julia test/ci_prepare.jl
40
-
41
- run:
42
name: ⚙️ Integration tests
43
command: |
+ julia --project -e 'import Pkg; Pkg.instantiate(); Pkg.update();'
44
python -m venv venv
45
. venv/bin/activate
46
pip install --upgrade pip wheel
test/ci_prepare.jl
0 commit comments