mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
Fix pip install on windows (#422)
* Test * Move from python -m pip to just pip
This commit is contained in:
parent
7e235fc97a
commit
4081474f75
6
.github/workflows/test_checkin.yml
vendored
6
.github/workflows/test_checkin.yml
vendored
@ -133,9 +133,9 @@ jobs:
|
||||
echo "C:\ProgramData\Chocolatey\bin" >> $GITHUB_PATH
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade -r requirements.txt
|
||||
python -m pip install .
|
||||
pip install --upgrade pip
|
||||
pip install --upgrade -r requirements.txt
|
||||
pip install .
|
||||
- name: Run Tests
|
||||
run: |
|
||||
make ${{ env.CI_TARGET }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
[pytest]
|
||||
filterwarnings =
|
||||
error::DeprecationWarning
|
||||
error::pytest.PytestWarning
|
||||
error::pytest.PytestWarning
|
||||
|
Loading…
x
Reference in New Issue
Block a user