Skip to content

Commit

Permalink
dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 30, 2023
1 parent 499c024 commit 3b0139d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
CONNECT_SERVER: "http://localhost:3939"
remote: "yes"
run: |
make dist
run: pip install -e '.[test]'
run: pip freeze
run: make dist
cd integration-testing
docker compose pull connect
docker compose up -d connect
Expand Down

0 comments on commit 3b0139d

Please sign in to comment.