File tree Expand file tree Collapse file tree 6 files changed +355
-268
lines changed Expand file tree Collapse file tree 6 files changed +355
-268
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
33
33
- name : Extract metadata (tags, labels) for Docker
34
34
id : meta
35
- uses : docker/metadata-action@60a0d343a0d8a18aedee9d34e62251f752153bdb
35
+ uses : docker/metadata-action@906ecf0fc0a80f9110f79d9e6c04b1080f4a2621
36
36
with :
37
37
images : vectorinstitute/cyclops
38
38
39
39
- name : Build and push Docker image
40
- uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
40
+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
41
41
with :
42
42
context : .
43
43
file : ./Dockerfile
Original file line number Diff line number Diff line change 58
58
mpirun -n 2 python -m pytest --only-mpi
59
59
pytest -m integration_test --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
60
60
- name : Upload coverage to Codecov
61
- uses : Wandalen/wretry.action@v3.7.0
61
+ uses : Wandalen/wretry.action@v3.7.2
62
62
with :
63
63
action : codecov/codecov-action@v4.0.0
64
64
with : |
Original file line number Diff line number Diff line change 21
21
- name : Build package
22
22
run : poetry build
23
23
- name : Publish package
24
- uses : pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
24
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
25
25
with :
26
26
user : __token__
27
27
password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 44
44
poetry install --with test --all-extras
45
45
pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
46
46
- name : Upload coverage to Codecov
47
- uses : Wandalen/wretry.action@v3.7.0
47
+ uses : Wandalen/wretry.action@v3.7.2
48
48
with :
49
49
action : codecov/codecov-action@v4.0.0
50
50
with : |
You can’t perform that action at this time.
0 commit comments