Skip to content

Commit 5d490df

Browse files
authored
Merge pull request #61 from univieCUBE/develop
Remove Windows/AppVeyor
2 parents 42fb5e1 + 87d7e02 commit 5d490df

File tree

4 files changed

+5
-96
lines changed

4 files changed

+5
-96
lines changed

.appveyor.yml

-85
This file was deleted.

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v2
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python }}
3535

@@ -39,21 +39,21 @@ jobs:
3939
echo ${{ matrix.python }}
4040
4141
- name: Cache pip
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/.cache/pip
4545
key: ${{ runner.os }}-${{ matrix.python }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements/dev.txt') }}
4646

4747
# Cache the complete Python environment (esp. for large pkgs like PyTorch)
4848
#- name: Cache Python
49-
# uses: actions/cache@v2
49+
# uses: actions/cache@v4
5050
# with:
5151
# path: ${{ env.pythonLocation }}
5252
# key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements/dev.txt') }}
5353

5454
# Cache the models
5555
- name: Cache DeepNOG models
56-
uses: actions/cache@v2
56+
uses: actions/cache@v4
5757
with:
5858
path: $HOME/deepnog_data
5959
key: ${{ hashFiles('deepnog/config/deepnog_config.yml') }}

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
![Linux/macOS builds on Actions](
1+
![Linux builds on Actions](
22
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)
63
[![codecov](
74
https://codecov.io/gh/univieCUBE/deepnog/branch/master/graph/badge.svg)](
85
https://codecov.io/gh/univieCUBE/deepnog)

requirements/win.txt

-3
This file was deleted.

0 commit comments

Comments
 (0)