Skip to content

Commit

Permalink
testing2
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Nov 29, 2024
1 parent 666b2e5 commit 216ecce
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: julia-actions/cache@v2
- name: Install dependencies
run: |
julia -e '
julia --project -e '
using Pkg
Pkg.add("JSON3")
Pkg.develop(PackageSpec(url="https://github.com/MurrellGroup/HuggingFaceTokenizers.jl"))
Expand Down Expand Up @@ -71,17 +71,12 @@ jobs:
shell: julia --project=docs --color=yes {0}
run: |
using Pkg
Pkg.add("JSON3")
Pkg.develop(PackageSpec(url="https://github.com/MurrellGroup/HuggingFaceTokenizers.jl"))
Pkg.develop(PackageSpec(url="https://github.com/MurrellGroup/LowRankLayers.jl"))
Pkg.develop(PackageSpec(url="https://github.com/MurrellGroup/LogitSamplers.jl"))
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
- name: Install dependencies
run: |
julia -e '
using Pkg
Pkg.add("JSON3")
Pkg.develop(PackageSpec(url="https://github.com/MurrellGroup/HuggingFaceTokenizers.jl"))
Pkg.develop(PackageSpec(url="https://github.com/MurrellGroup/LowRankLayers.jl"))
Pkg.develop(PackageSpec(url="https://github.com/MurrellGroup/LogitSamplers.jl"))
'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down

0 comments on commit 216ecce

Please sign in to comment.