Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Mar 6, 2025
1 parent dde0bd9 commit 30909ff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@ jobs:
# run: |
# mvn clean install -pl go-sdk -am -e --no-transfer-progress --fail-fast -Pprod -DskipTests

- name: Reproduce
- uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install Poetry
uses: snok/install-poetry@d45b6d76012debf457ab49dffc7fb7b2efe8071d

- name: Reproduce python-sdk
working-directory: registry/python-sdk
run: |
make install
Expand Down

0 comments on commit 30909ff

Please sign in to comment.