Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 12, 2024
1 parent 86960fe commit 2670e54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- name: "Install klayout deb 📦"
run: |
pushd klayout-deb
sudo apt install $KLAYOUT_DEB
find .
sudo dpkg install $KLAYOUT_DEB
klayout -v
popd
Expand Down

0 comments on commit 2670e54

Please sign in to comment.