Skip to content

Commit

Permalink
update techno yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgesurer committed Jul 22, 2023
1 parent 6e0e20c commit c7818ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/techno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
pip install -e .
python3 setup.py sdist bdist_wheel
pip install ./dist/PUQ-0.1.0.tar.gz
- name: Test with Figure 1
run: |
python ./examples/figure1b.py

0 comments on commit c7818ca

Please sign in to comment.