Skip to content

Commit

Permalink
Edit ITensorTDVP test workflow [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
emstoudenmire committed Mar 28, 2024
1 parent c0c2e6f commit 7d81137
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/comment_trigger_test_itensortdvp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- name: Install Julia dependencies
run: julia -e 'using Pkg; Pkg.add("ITensorTDVP");'
- name: Run the tests
shell: julia --project=monorepo {0}
run: |
julia --project=monorepo --depwarn=yes -e 'using Pkg; Pkg.test("ITensorTDVP")'
using Pkg;
Pkg.add("ITensorTDVP");
Pkg.test("ITensorTDVP");
- name: Set latest commit status as ${{ job.status }}
uses: myrotvorets/set-commit-status-action@master
if: always()
Expand Down

0 comments on commit 7d81137

Please sign in to comment.