Skip to content

Commit

Permalink
Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
RSTZZZ committed Oct 13, 2024
1 parent 2aad336 commit 6e39fad
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# name: Run tests
name: Run tests

# on:
# push:
# branches:
# - "main"
# pull_request:
# branches:
# - "main"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"


# jobs:
# python-tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
jobs:
python-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

# - name: Set up Python
# uses: actions/setup-python@v3
# with:
# python-version: "3.10"
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10"

# - name: Install Python requirements
# run: pip install -r src/python/requirements.txt
- name: Install Python requirements
run: pip install -r src/python/requirements.txt

# - name: Run tests
# run: python -m unittest
- name: Run tests
run: python -m unittest
Binary file modified assets/images/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion tests/data/add_publication_by_id/2020-08-01-2004.09456.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ names: Moin Nadeem, Anna Bethke, Siva Reddy
tags:
- Annual Meeting of the Association for Computational Linguistics
link: https://arxiv.org/abs/2004.09456
author: Siva Reddy
categories: Publications

---
Expand Down

0 comments on commit 6e39fad

Please sign in to comment.