Skip to content

Commit

Permalink
try with docker + vivado
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduarte committed May 13, 2023
1 parent 23f55f3 commit 6fe3ce5
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,10 @@ on:
jobs:
deploy-book:
runs-on: ubuntu-latest
container: jmduarte/hls4ml-tutorial:hls4ml-0.7.0-vivado-2019.2
steps:
- uses: actions/checkout@v3

# Install dependencies
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: hls4ml-tutorial
environment-file: environment.yml
python-version: 3.10.10
auto-activate-base: false

# Check dependencies
- name: Check Miniconda
shell: bash -l {0}
run: |
conda info
conda list
conda config --show-sources
conda config --show
printenv | sort
- name: Build the book
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 6fe3ce5

Please sign in to comment.