Skip to content

Commit f90d66c

Browse files
Revert "Test Ci/Cd (#19)"
This reverts commit eee222a.
1 parent eee222a commit f90d66c

File tree

13 files changed

+109
-572
lines changed

13 files changed

+109
-572
lines changed

.github/workflows/backward_compatibility.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
python -m pip install coverage coveralls
2929
- name: Install pynxtools-spm
3030
run: |
31-
pip install .
32-
pip install -r dev-requirements.txt
31+
pip install .[dev]
3332
- name: Install pynxtools version ${{ matrix.pynxtools_versions }}
3433
run: |
3534
if [ "${{ matrix.pynxtools_versions }}" == "master" ]; then

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- name: Set up Python 3.11
10+
- name: Set up Python 3.10
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: "3.11"
13+
python-version: "3.10"
1414
- name: Install dependencies
1515
run: |
1616
git submodule sync --recursive

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@
88
![](https://coveralls.io/repos/github/FAIRmat-NFDI/pynxtools_spm/badge.svg?branch=master)
99

1010
# STS reader
11-
1211
For proper docs please follow the link in [GitHub documentation page](https://FAIRmat-NFDI.github.io/pynxtools-spm/)

0 commit comments

Comments
 (0)