Skip to content

Commit

Permalink
ci(integration): Use the latest lib-cove-web
Browse files Browse the repository at this point in the history
Currently tests fail, because the pinned lib-cove-web has a bug. It's
generally useful to use the latest lib-cove-web, as we tend to upgrade
this library and that at the same time.
  • Loading branch information
Bjwebb committed Jun 28, 2024
1 parent 3623ecf commit 4f771d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
git clone https://github.com/open-contracting/cove-${{ matrix.cove }}.git
git clone https://github.com/open-contracting/lib-cove-${{ matrix.cove }}.git
git clone https://github.com/OpenDataServices/lib-cove-web.git
- name: Install
run: |
Expand All @@ -29,6 +30,7 @@ jobs:
# Make sure we're using local libs rather than one brought in
# via requirements.
pip install -e ./lib-cove-${{ matrix.cove }}/
pip install -e ./lib-cove-web
pip install -e .
pip list
Expand Down

0 comments on commit 4f771d0

Please sign in to comment.