Skip to content

Commit

Permalink
Update setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
stasdavydov committed Jul 11, 2024
1 parent 98303b4 commit 1b0c8ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
python-version: "${{ matrix.python_version }}"
- name: Instal dependency and test environment
run: |
python -m pip install -U pip setuptools
pip install pydantic pytest
python setup.py build install
- name: Run tests
Expand Down

0 comments on commit 1b0c8ad

Please sign in to comment.