Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Oct 6, 2023
1 parent 5422db4 commit 74728b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
python -m pip install --upgrade --upgrade-strategy eager -e ".[dev]"
- name: Run tests
env:
PREFECT_ORION_DATABASE_CONNECTION_URL: "sqlite+aiosqlite:///./orion-tests.db"
run: |
prefect orion database reset -y
prefect config set PREFECT_API_DATABASE_CONNECTION_URL="sqlite+aiosqlite:///./orion-tests.db"
prefect server database reset -y
coverage run --branch -m pytest tests -vv
coverage report
- name: "Upload coverage to Codecov"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ The best way to get started with Fugue is to work through the 10 minute tutorial

### Python setup

Requires an installation of Python 3.7+.
Requires an installation of Python 3.8+.

We recommend using a Python virtual environment manager such as pipenv, conda or virtualenv.

These tasks are designed to work with Prefect 2.0. For more information about how to use Prefect, please refer to the [Prefect documentation](https://orion-docs.prefect.io/).

### Installation

Install `prefect-fugue` with `pip`:
Expand Down
Binary file added orion-tests.db
Binary file not shown.

0 comments on commit 74728b0

Please sign in to comment.