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

.github//workflows/build.yml removed unused matrix.python-version var

This commit is contained in:
Grigory Efimov 2024-10-15 15:30:21 -03:00
parent 5c2475f464
commit d578456916
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939

View file

@ -37,7 +37,7 @@ jobs:
echo GOBIN=$(go env GOPATH)/bin >> $GITHUB_ENV
echo $(go env GOPATH)/bin >> $GITHUB_PATH
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11