Skip to content

Commit

Permalink
Merge branch 'kmp5/feature/FieldTypes' of github.com:kmp5VT/ITensors.…
Browse files Browse the repository at this point in the history
…jl into kmp5/feature/FieldTypes
  • Loading branch information
kmp5VT committed Dec 5, 2023
2 parents 9b963fd + 9423acd commit fc66ce7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_itensors_base_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ jobs:
shell: julia --project=monorepo {0}
run: |
using Pkg;
Pkg.develop(path=".");
Pkg.develop(path="./NDTensors");
Pkg.status();
Pkg.develop(path="./NDTensors/");
Pkg.instantiate();
Pkg.update();
Pkg.develop(path=".");
Pkg.status();
- name: Run the tests
shell: julia --project=monorepo {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline {
'''
}
}
stage('julia-1.8') {
stage('julia-1.9') {
options {
timeout(time: 45, unit: 'MINUTES')
}
Expand Down

0 comments on commit fc66ce7

Please sign in to comment.