Skip to content

Commit

Permalink
Fix Poetry Installation and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
khwong-c committed Jan 18, 2024
1 parent 7271a03 commit 55db7c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ jobs:
uses: actions/checkout@v4

# Installation of Binary Dependencies
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python
echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
cache: 'poetry'
- name: Install Verilator
run: |
sudo apt install libjs-underscore libjs-jquery fonts-font-awesome fonts-lato
Expand Down

0 comments on commit 55db7c7

Please # to comment.