Skip to content

Commit b335dfc

Browse files
committed
Fix tests
1 parent 6e919d0 commit b335dfc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121
pip install -e .
2222
- name: Test with pytest
2323
run: |
24-
cd python_codon_tables
2524
python -m pytest

tests/test_basics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Basic tests to check that the main examples work."""
22

33
import os
4+
import pytest
45
import python_codon_tables as pct
56

67

0 commit comments

Comments
 (0)