Skip to content

Commit

Permalink
paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus committed Oct 29, 2023
1 parent f171303 commit cf2dc0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,9 @@ jobs:
with:
plugins: analysis-icu

- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
pip install -e '.[devs]'
pip list
- name: Test with pytest
- name: Run tests
run: |
./run-tests.sh
- name: Build package to publish
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/test_simple_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def test_edtf_interval_dumper_builder():
from oarepo_runtime.records.dumpers.edtf_interval import EDTFIntervalDumperExt
class TestEDTFIntervalDumperExt(EDTFIntervalDumperExt):
"""edtf interval dumper."""
paths=['/a']
paths=['a']
'''
)

Expand Down

0 comments on commit cf2dc0f

Please sign in to comment.