Skip to content

Commit

Permalink
depend
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Feb 22, 2024
1 parent 78584f1 commit cf4fc3f
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,20 @@ on:
push:
branches:
- main

tags:
- 'v*'

pull_request:
branches:
- main


jobs:

paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: paper/paper.md
- name: Upload
uses: actions/upload-artifact@v1
with:
name: paper
# This is the output path where Pandoc will write the compiled
# PDF. Note, this should be the same directory as the input
# paper.md
path: paper/paper.pdf
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11

- name: Install dependencies
run: |
Expand All @@ -58,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9 ]
python-version: [ 3.9, 3.10, 3.11 ]

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit cf4fc3f

Please sign in to comment.