Skip to content

Commit 7fb28e9

Browse files
committed
Fix order
1 parent 1d8d3a0 commit 7fb28e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
version: ${{ matrix.julia_version }}
8484
- uses: julia-actions/cache@v2
8585
- uses: julia-actions/julia-buildpkg@v1
86-
- uses: julia-actions/julia-runtest@v1
87-
env:
88-
BUILD_IS_PRODUCTION_BUILD: false
8986
- name: Install matplotlib
9087
run: sudo apt-get install -y python3-matplotlib
9188
- name: Build PyCall with system Python
9289
run: julia -e 'ENV["PYTHON"]="python3"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'
90+
- uses: julia-actions/julia-runtest@v1
91+
env:
92+
BUILD_IS_PRODUCTION_BUILD: false
9393
- uses: julia-actions/julia-runtest@v1
9494
env:
9595
JULIA_NUM_THREADS: 1

0 commit comments

Comments
 (0)