Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 19, 2024
1 parent 5e482b0 commit b3a2e00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- run: pip install -r requirements.txt
- run: pip install -r dev-requirements.txt

# Remove this later: needed as server expects this dir to exist
- name: Mock Studio Web UI
run: mkdir -p ./app/web_ui/build

- name: Test All Python
run: python3 -m pytest .

Expand All @@ -31,10 +35,6 @@ jobs:
run: poetry build
working-directory: ./libs/core

# Remove this later: needed as server expects this dir to exist
- name: Mock Studio Web UI
run: mkdir -p ./app/web_ui/build

- name: Build Studio
run: poetry build
working-directory: ./libs/studio

0 comments on commit b3a2e00

Please sign in to comment.