Skip to content

Commit

Permalink
fix: updated developer instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliif committed Aug 15, 2024
1 parent 4ebcecd commit 667ffab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DEVELOPER-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ ARM64 (Apple M1) processors, so we use Docker's [buildx] to build the image: -
--tag informaticsmatters/data-manager-job-operator:latest

## Testing
With the image built, use the Job tester utility: -
With the image built, activate the environment: -

python -m pip install --upgrade pip
python -m pip install -r build-requirements.txt
poetry shell

And, from the project root, run the tester: -

Expand Down

0 comments on commit 667ffab

Please sign in to comment.