Skip to content

Commit

Permalink
some fixes to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Jan 18, 2024
1 parent d13ca27 commit dca8dfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: e2e Tests
run: pytest --cov-config=.coveragerc --cov=./ --cov-report=xml
env:
METACATALOG_URI: postgresql://postgres:postgres@localhost:${{ job.services.postgis.ports[5432] }}/postgres
POSTGRES_PORT: ${{ job.services.postgis.ports[5432] }}

- name: Upload coverage to Codecov
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
run: |
pip install metacatalog-corr metacatalog-search
pip install jinja2 lxml
python -c "from metacatalog import ext; ext.activate_extension('io', 'metacatalog.ext.io', 'IOExtension')"
python -c "from metacatalog import ext; ext.activate_extension('standards_export', 'metacatalog.ext.standards_export', 'StandardsExportExtension')"
python -c "from metacatalog import ext; ext.activate_extension('search', 'metacatalog_search.extension', 'SearchExtension')"
python -c "from metacatalog import ext; ext.activate_extension('corr', 'metacatalog_corr.extension', 'CorrExtension')"
- name: Build Sphinx
run: |
Expand Down

0 comments on commit dca8dfa

Please sign in to comment.