Skip to content

Commit

Permalink
Install nmigen dep in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
TiltMeSenpai committed Jul 27, 2020
1 parent 61939d0 commit ca96fcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -8,6 +8,9 @@ jobs:
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install nmigen
run: |
pip install git+https://github.com/nmigen/nmigen
- name: Test
run: |
python setup.py test

0 comments on commit ca96fcd

Please sign in to comment.