Skip to content

Commit

Permalink
Skip REPL test on 1.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Aug 4, 2024
1 parent 20f3d68 commit ac58faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
Pkg.test("Revise")
'
- name: Test while running Revise
if: ${{ matrix.os == 'ubuntu-latest' && matrix.version != '1.0' }}
if: ${{ matrix.os == 'ubuntu-latest' && (matrix.version == '1.6' || matrix.version == '1') }}
run: |
TERM="xterm" julia --project -i --code-coverage -e '
using InteractiveUtils, REPL, Revise, Pkg
Expand Down

0 comments on commit ac58faa

Please sign in to comment.