Skip to content

Commit 6e39fad

Browse files
committed
Fix test cases
1 parent 2aad336 commit 6e39fad

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

.github/workflows/tests.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# name: Run tests
1+
name: Run tests
22

3-
# on:
4-
# push:
5-
# branches:
6-
# - "main"
7-
# pull_request:
8-
# branches:
9-
# - "main"
3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
pull_request:
8+
branches:
9+
- "main"
1010

1111

12-
# jobs:
13-
# python-tests:
14-
# runs-on: ubuntu-latest
15-
# steps:
16-
# - uses: actions/checkout@v3
12+
jobs:
13+
python-tests:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v3
1717

18-
# - name: Set up Python
19-
# uses: actions/setup-python@v3
20-
# with:
21-
# python-version: "3.10"
18+
- name: Set up Python
19+
uses: actions/setup-python@v3
20+
with:
21+
python-version: "3.10"
2222

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

26-
# - name: Run tests
27-
# run: python -m unittest
26+
- name: Run tests
27+
run: python -m unittest

assets/images/.DS_Store

0 Bytes
Binary file not shown.

tests/data/add_publication_by_id/2020-08-01-2004.09456.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ names: Moin Nadeem, Anna Bethke, Siva Reddy
55
tags:
66
- Annual Meeting of the Association for Computational Linguistics
77
link: https://arxiv.org/abs/2004.09456
8-
author: Siva Reddy
98
categories: Publications
109

1110
---

0 commit comments

Comments
 (0)