Skip to content

Commit

Permalink
CI: update wip
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Nov 8, 2023
1 parent cb024b1 commit db42cc5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,26 @@ jobs:
mingw-w64-${{matrix.env}}-python
mingw-w64-${{matrix.env}}-python-pip
mingw-w64-${{matrix.env}}-python-tox
mingw-w64-${{matrix.env}}-python-virtualenv
mingw-w64-${{matrix.env}}-cc
git
- name: Install Dependencies
shell: msys2 {0}
run: |
export VIRTUALENV_NO_SETUPTOOLS=1
python -m virtualenv venv
source venv/bin/activate
# python-ruff doesn't work without rust
sed -i '/pytest-ruff/d' setup.cfg
pip install -e .[testing]
- name: Run tests
shell: msys2 {0}
run: |
tox
source venv/bin/activate
pytest distutils/tests
ci_setuptools:
# Integration testing with setuptools
Expand Down

0 comments on commit db42cc5

Please sign in to comment.