mirror of https://github.com/VLSIDA/OpenRAM.git
Fix broken step
This commit is contained in:
parent
320b0223f8
commit
a8098bf1ba
|
|
@ -11,10 +11,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Install dependencies
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install virtualenv
|
python3 -m pip install virtualenv
|
||||||
- name: Build Python package
|
- name: Build Python package
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue