Skip to content

Commit

Permalink
build: remove reference to requirements-devel.txt from appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri committed Jan 30, 2025
1 parent a596eae commit 92a85ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ install:
%PYTHON%\python.exe -m venv venv
venv\Scripts\activate.bat
python -c "import sys; print(sys.executable)"
python -m pip install -r requirements-devel.txt
python -m pip install --prefix %VIRTUAL_ENV% -e .
venv\Scripts\deactivate.bat
Expand Down

0 comments on commit 92a85ce

Please sign in to comment.