File tree 4 files changed +5
-96
lines changed
4 files changed +5
-96
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@v4
30
30
31
31
- name : Set up Python
32
- uses : actions/setup-python@v2
32
+ uses : actions/setup-python@v5
33
33
with :
34
34
python-version : ${{ matrix.python }}
35
35
@@ -39,21 +39,21 @@ jobs:
39
39
echo ${{ matrix.python }}
40
40
41
41
- name : Cache pip
42
- uses : actions/cache@v2
42
+ uses : actions/cache@v4
43
43
with :
44
44
path : ~/.cache/pip
45
45
key : ${{ runner.os }}-${{ matrix.python }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements/dev.txt') }}
46
46
47
47
# Cache the complete Python environment (esp. for large pkgs like PyTorch)
48
48
# - name: Cache Python
49
- # uses: actions/cache@v2
49
+ # uses: actions/cache@v4
50
50
# with:
51
51
# path: ${{ env.pythonLocation }}
52
52
# key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements/dev.txt') }}
53
53
54
54
# Cache the models
55
55
- name : Cache DeepNOG models
56
- uses : actions/cache@v2
56
+ uses : actions/cache@v4
57
57
with :
58
58
path : $HOME/deepnog_data
59
59
key : ${{ hashFiles('deepnog/config/deepnog_config.yml') }}
Original file line number Diff line number Diff line change 1
- ![ Linux/macOS builds on Actions] (
1
+ ![ Linux builds on Actions] (
2
2
https://github.com/univieCUBE/deepnog/workflows/deepnog%20CI/badge.svg )
3
- [ ![ Windows builds on AppVeyor] (
4
- https://ci.appveyor.com/api/projects/status/ccdysyv0o2gey6iu/branch/master?svg=true )] (
5
- https://ci.appveyor.com/project/VarIr/deepnog/branch/master )
6
3
[ ![ codecov] (
7
4
https://codecov.io/gh/univieCUBE/deepnog/branch/master/graph/badge.svg )] (
8
5
https://codecov.io/gh/univieCUBE/deepnog )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments