Skip to content

Commit

Permalink
remove xvfb action
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemapfel authored Oct 21, 2023
1 parent 8ed955e commit 7200e9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
prefix: xvfb-run
steps:
- uses: actions/checkout@v4
- uses: coactions/setup-xvfb@v1
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
Expand All @@ -43,7 +42,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coactions/setup-xvfb@v1
- uses: julia-actions/setup-julia@latest
- name: Install Documenter.jl
run: julia --color=yes -e "import Pkg; Pkg.add(url=\"https://github.com/JuliaDocs/Documenter.jl\")"
Expand Down

0 comments on commit 7200e9f

Please sign in to comment.