mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-19 21:40:49 +01:00
workflow
This commit is contained in:
parent
6a447a39c5
commit
4bc8da4ab8
6
.github/workflows/generate.yml
vendored
6
.github/workflows/generate.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python 3.x
|
- name: Set up Python 3.x
|
||||||
uses: actions/checkout@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
# Semantic version range syntax or exact version of a Python version
|
# Semantic version range syntax or exact version of a Python version
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
- name: Install iverilog
|
- name: Install iverilog
|
||||||
run: sudo apt install iverilog
|
run: sudo apt install iverilog
|
||||||
- name: Set up Python 3.x
|
- name: Set up Python 3.x
|
||||||
uses: actions/checkout@v4
|
uses: actions/setup-python@v4
|
||||||
- run: python -m pip install numpy
|
- run: python -m pip install numpy
|
||||||
- name: Download workflow run artifacts
|
- name: Download workflow run artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
@ -106,7 +106,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python 3.x
|
- name: Set up Python 3.x
|
||||||
uses: actions/checkout@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
# Semantic version range syntax or exact version of a Python version
|
# Semantic version range syntax or exact version of a Python version
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user