Skip to content

Commit

Permalink
re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Jan 14, 2025
1 parent 75b099e commit 9800976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# paper.md
path: paper/paper.pdf
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
name: Tests ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ contains(matrix.version, 'nightly') }}
strategy:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
name: test-output
path: test/_output
test-examples:
name: Test Examples
name: Examples
runs-on: ubuntu-latest
steps:
- name: Checkout RxInfer
Expand All @@ -85,7 +85,7 @@ jobs:
- uses: julia-actions/cache@v1
- name: Build and test examples
run: |
julia -e 'using Pkg; Pkg.add("Weave"); Pkg.precompile()'
julia -e 'using Pkg; Pkg.add("Weave"); Pkg.develop(path="RxInfer.jl"); Pkg.precompile()'
cd RxInferExamples.jl
make examples-dev RXINFER=../RxInfer.jl
docs:
Expand Down

0 comments on commit 9800976

Please sign in to comment.