Skip to content

Commit

Permalink
[adjustments][s] Updating the codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
gradedSystem committed Dec 4, 2024
1 parent 96a0aed commit 7070eea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: checkout repo
uses: actions/checkout@v2
- name: Install dependencies
run: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
run: if [ -f scripts/requirements.txt ]; then pip install -r scripts/requirements.txt; fi
- name: update data
run : make data

Expand Down
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ make data

The raw data are output to `./tmp`. The processed data are output to `./data`.

## Automation

Up-to-date (auto-updates every month at 8 am) ppp dataset could be found on the datahub.io:
https://datahub.io/core/ppp

## License

### ODC-PDDL-1.0
Expand Down
File renamed without changes.

0 comments on commit 7070eea

Please sign in to comment.