Skip to content

Commit

Permalink
Try fixing CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Mar 29, 2024
1 parent 17bb769 commit 601f2d5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 75 deletions.
32 changes: 0 additions & 32 deletions .appveyor.yml

This file was deleted.

32 changes: 20 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
matrix:
version:
- '1.8'
- '1.9'
- '1.10'
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -31,15 +33,6 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
with:
files: lcov.info
- uses: julia-actions/julia-uploadcoveralls@v1
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
- name: add CESMIX registry
run: |
julia -e '
Expand All @@ -48,7 +41,22 @@ jobs:
Pkg.Registry.add(RegistrySpec(url = "https://github.com/cesmix-mit/CESMIX.git"))
Pkg.Registry.add(RegistrySpec(url = "https://github.com/JuliaMolSim/MolSim.git"))
Pkg.Registry.add(RegistrySpec(url = "https://github.com/ACEsuit/ACEregistry"))
Pkg.develop(; url = "https://github.com/joannajzou/ActiveSubspaces.jl")
'
shell: bash
shell: bash
- name: add dependencies
run: |
julia --project=. -e '
using Pkg
Pkg.add(; name="PotentialLearning", rev="main")
Pkg.add(; url = "https://github.com/joannajzou/ActiveSubspaces.jl")
'
shell: bash
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
with:
files: lcov.info
- uses: julia-actions/julia-uploadcoveralls@v1
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

0 comments on commit 601f2d5

Please sign in to comment.