Skip to content

Commit

Permalink
#163: Change dummy data cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 14, 2021
1 parent 22d987e commit ed470b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install dependencies
run: cd datagateway-api/ && poetry install
- name: Add dummy data to icatdb
run: python -m util.icat_db_generator -s 4 -y 3
run: poetry run python -m datagateway-api.util.icat_db_generator -s 4 -y 3
- name: Run Nox safety session
run: nox -s safety -f datagateway-api/noxfile.py
- name: Run Nox lint session
Expand Down

0 comments on commit ed470b3

Please sign in to comment.