Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Nov 8, 2023
1 parent 64e69e7 commit 9f36d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,15 @@ 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 venv venv
python -m virtualenv venv
source venv/bin/activate
# python-ruff doesn't work without rust
Expand Down

0 comments on commit 9f36d59

Please sign in to comment.