Skip to content

Commit

Permalink
Bump jlqml version and test using General registry
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Sep 22, 2023
1 parent 6e57ad6 commit 40056df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
version:
- '1.6'
- '1.8'
- '^1.10.0-beta2'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- run: julia -e "using Pkg; Pkg.status(); Pkg.Registry.add(RegistrySpec(url = \"https://github.com/barche/CxxWrapTestRegistry.git\"))"
- uses: julia-actions/julia-buildpkg@latest
- name: install-xfvb
if: runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CxxWrap = "0.14.0"
MacroTools = "0.5"
Observables = "0.5"
Requires = "1.0"
jlqml_jll = "0.5"
jlqml_jll = "0.5.3"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 40056df

Please sign in to comment.