Skip to content

Commit b343f0a

Browse files
authored
Merge pull request #84 from florisvb/joss-paper-cleanup
addressing #83 while testing out my newfound collaborator powers
2 parents d33abd9 + c9a9b9a commit b343f0a

4 files changed

Lines changed: 10 additions & 334 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: Tests
2-
31
on:
42
push:
53
branches:
@@ -9,20 +7,14 @@ on:
97
jobs:
108
Linux:
119
runs-on: ubuntu-latest
12-
strategy:
13-
max-parallel: 4
14-
matrix:
15-
python-version: ["3.8", "3.9", "3.10"]
16-
1710
steps:
18-
- uses: actions/checkout@v3
19-
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v3
21-
with:
22-
python-version: ${{ matrix.python-version }}
23-
- name: Install dependencies
24-
run: |
25-
pip install -e .[advanced,dev]
26-
- name: Test with pytest
27-
run: |
28-
pytest pynumdiff
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-python@v5
13+
with:
14+
python-version: '3.x'
15+
16+
- name: tests
17+
run: |
18+
pip install -e .[advanced,dev]
19+
pytest pynumdiff
20+

paper.bib

Lines changed: 0 additions & 227 deletions
This file was deleted.

paper.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)