Skip to content

Commit

Permalink
Merge pull request #6 from aman-goel/master
Browse files Browse the repository at this point in the history
Merge changes in python-app
  • Loading branch information
aman-goel authored Sep 29, 2020
2 parents d26b925 + 4cbceda commit b42c65e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
- name: Install Yosys
run: |
sudo add-apt-repository -y ppa:saltmakrell/ppa
sudo apt-get update -q
sudo apt-get install yosys
if: endsWith(github.event.inputs.file, '.v')
- name: Run file ${{ github.event.inputs.file }} with args ${{ github.event.inputs.args }}
run: |
ENVTIMEOUT=${{ github.event.inputs.timeout }} ./ci/deploy_bm.sh ${{ github.event.inputs.file }} ${{ github.event.inputs.name }} ${{ github.event.inputs.args }}
Expand Down

0 comments on commit b42c65e

Please sign in to comment.