Skip to content

Commit

Permalink
ci: Clean up leftovers in ci.yml from lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 4, 2021
1 parent 0805e35 commit 9d563a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: CI
on: [push, pull_request]
env:
BASEDIR: https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/main
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
Expand Down Expand Up @@ -32,7 +30,6 @@ jobs:
- run: pip install .[test]
# The unit tests are run with ipython, as the code requires an iPython instance, like in a notebook.
- run: ipython -m pytest -- --cov ocdskingfishercolab
if: always()
env:
TEST_DATABASE_URL: postgresql://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres
- env:
Expand Down

0 comments on commit 9d563a3

Please sign in to comment.