Skip to content

Commit

Permalink
[ci] Fix errors with Julia environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kabanov committed Jul 19, 2024
1 parent adbad14 commit 10f25a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
pull_request:
types: ['opened', 'synchronize', 'reopened']

env:
JULIA_PROJECT: .

jobs:
qa-ubuntu-conda:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,10 +40,12 @@ jobs:
miniforge-version: latest
mamba-version: '*'
python-version: ${{ matrix.python-version }}
- name: Setup Julia
- name: Set up Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
- name: Cache Julia artifacts
uses: julia-actions/cache@v2
- name: Activate Julia environment
run: |
julia --project=. -e "using Pkg; Pkg.instantiate()"
Expand Down

0 comments on commit 10f25a9

Please sign in to comment.