Skip to content

Commit

Permalink
chore: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
negar-abbasi committed Jan 16, 2024
1 parent 0eb31bd commit c565799
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.architecture }}
cache: "poetry"
cache-dependency-path: |
.venv/Lib/${{ matrix.python }}/site-packages/
- name: Install dependencies
run: poetry install --no-interaction
Expand Down Expand Up @@ -66,11 +67,3 @@ jobs:
path: |
build/*.exe
build/*.bin
#
# - name: Publish Executable
# uses: actions/upload-artifact@v2
# with:
# name: algokit-cli-${{ matrix.os }}-py${{ matrix.python }}
# path: dist

0 comments on commit c565799

Please sign in to comment.