diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bf9538e9..70c3c936 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: | diff --git a/tests/test_simple_builders.py b/tests/test_simple_builders.py index 546f7f72..0ec36e89 100644 --- a/tests/test_simple_builders.py +++ b/tests/test_simple_builders.py @@ -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'] ''' )