1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

fix python

This commit is contained in:
Andrew Simachev 2024-10-15 12:21:09 +02:00
parent 4400f1c8e3
commit 60649d4a5e
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -37,12 +37,11 @@ jobs:
echo GOBIN=$(go env GOPATH)/bin >> $GITHUB_ENV
echo $(go env GOPATH)/bin >> $GITHUB_PATH
- name: Setup Python
steps:
uses: actions/checkout@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install AzureSignTool
if: matrix.os == 'windows-latest'