Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue712 service deployment #723

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update ci for new repodir structure
tijcolem committed Dec 26, 2024
commit 11dc6ef8bba5656b78c1f64064d7ade37f0b1bf8
3 changes: 1 addition & 2 deletions .github/workflows/build_test_containers.yml
Original file line number Diff line number Diff line change
@@ -46,13 +46,12 @@ jobs:

- name: Run example
run: |
cd service
python --version
pip install requests matplotlib numpy pandas
PYTHONPATH=$GITHUB_WORKSPACE
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
# Storing PYTHONPATH above doesn't work for python so setting it below at run
cd boptest && PYTHONPATH=$PWD python examples/python/testcase1.py
PYTHONPATH=$PWD python examples/python/testcase1.py

- name: Run tests
run: |