We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28d3693 + 590e5d6 commit 2f62c14Copy full SHA for 2f62c14
.github/workflows/ci-goturn.yml
@@ -28,11 +28,11 @@ jobs:
28
container: adversarialrobustnesstoolbox/art_testing_envs:goturn
29
steps:
30
- name: Checkout Repo
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
32
- name: Run Test Action
33
uses: ./.github/actions/goturn
34
- name: Upload coverage to Codecov
35
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v3
36
env:
37
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
38
with:
requirements_test.txt
@@ -45,7 +45,7 @@ xgboost==2.0.3
45
46
kornia~=0.7.1
47
tensorboardX==2.6.2.2
48
-lief==0.14.1
+lief==0.15.1
49
jax[cpu]==0.4.26
50
51
# lingvo==0.13.1
0 commit comments