Skip to content

Commit

Permalink
Updates 2024-07-10 - bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Jul 10, 2024
1 parent 50934a6 commit dcaa46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/herding_cats_explorer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
python-version: '3.10'
- name: Install pytest
run: pip install pytest requests
run: pip install pytest requests loguru
- name: Run tests
run: pytest tests/endpoints_still_active.py
2 changes: 1 addition & 1 deletion herding_cats_explorer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simplifying access to open data catalogues in the UK

>[!IMPORTANT]
> WORK IN PROGRESS!
> WORK IN PROGRESS
The aim of this project is simple, **create a basic python library to explore and interact with the UK's open data catalogues**.

0 comments on commit dcaa46b

Please sign in to comment.