Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Nov 7, 2023
1 parent 4e7b80e commit 6ab6067
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/designs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get design matrix
id: designs
run: |
echo "designs=$(cat $GITHUB_WORKSPACE/.github/workflows/config/designs.json)" >> $GITHUB_OUTPUT
echo "designs=$(cat $GITHUB_WORKSPACE/.github/workflows/config/quick.json)" >> $GITHUB_OUTPUT
sc_version:
name: Get SiliconCompiler tools image
Expand All @@ -39,12 +39,14 @@ jobs:
uses: actions/checkout@v4

- name: Install gallery
id: sc_version
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -e $GITHUB_WORKSPACE/.
echo "version=$(sc -version)" >> $GITHUB_OUTPUT
- name: Get version
id: sc_version
run: |
echo "version=v$(sc -version)" >> $GITHUB_OUTPUT
docker_image:
needs: sc_version
Expand Down

0 comments on commit 6ab6067

Please sign in to comment.