Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Apr 2, 2024
1 parent cf23f51 commit bbdd535
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
python-version: '3.11'

- name: Install cocotb 1.8.x
if: ${{ hashFiles('test/requirements.txt') == '' }}
shell: bash
run: |
pip install cocotb~=1.8.0
cocotb-config --libpython
cocotb-config --python-bin
- name: Install cocotbext-spi
run: pip install cocotbext-spi

- name: Install pillow
run: pip install pillow
- name: Install Python packages
if: ${{ hashFiles('test/requirements.txt') != '' }}
shell: bash
run: pip install -r test/requirements.txt

- name: Run tests
run: |
Expand Down

0 comments on commit bbdd535

Please sign in to comment.