Skip to content

Commit

Permalink
updated tests for new standard
Browse files Browse the repository at this point in the history
  • Loading branch information
jaadt7 committed Sep 17, 2024
1 parent 2963c25 commit 4db5873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# This should be the path to the paper within your repo.
paper-path: paper/paper.md
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: paper
# This is the output path where Pandoc will write the compiled
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
git clone https://bitbucket.org/mbradle/liblvls_xsd.git lvlspy/xsd_pub
python -m pip install --upgrade pip
pip install pytest requests
pip install pytest requests scipy
pip install -e .
- name: run test
run: |
Expand Down

0 comments on commit 4db5873

Please sign in to comment.