File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 os : [ubuntu-latest, windows-latest]
1515 runs-on : ${{ matrix.os }}
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v4
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 - name : Set up Python
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v4
1919 with :
2020 python-version : ' 3.x'
2121 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ export TEST_PROOF_MECHANISM="-i SIMPLE_HASH"
4444
4545If TEST_VERBOSE is "-v" debugging output will appear when running the tests.
4646
47- TEST_PROOF_MECHANISM must be either "KHIPU" or "SIMPLE_HASH"
48-
4947## TEST_NAMESPACE
5048
5149If TEST_NAMESPACE is blank or unspecified then each execution of './scripts/samples.sh' will not be
Original file line number Diff line number Diff line change 11cryptography ~= 41.0.2
2- rkvst-archivist == 0.25.2
2+ rkvst-archivist == 0.26.0
33pyyaml ~= 6.0.1
You can’t perform that action at this time.
0 commit comments