Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yara-python
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
yara-python
Commits
924c8161
Commit
924c8161
authored
Jan 27, 2021
by
Victor M. Alvarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow using the latest version of "wheel" instead of enforcing version 0.29.0.
parent
2186355c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
appveyor.yml
appveyor.yml
+2
-4
No files found.
appveyor.yml
View file @
924c8161
...
@@ -109,10 +109,8 @@ install:
...
@@ -109,10 +109,8 @@ install:
# pip will build them from source using the MSVC compiler matching the
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture.
# target Python version and architecture.
# wheel version 0.29.0 is enforced because version 0.30.0 doesn't support
# Install wheel.
# Python 2.6 anymore. Once we drop support for Python 2.6 we can use the
-
"
%CMD_IN_ENV%
pip
install
wheel"
# latest version of wheel.
-
"
%CMD_IN_ENV%
pip
install
wheel==0.29.0"
# We are in projects/yara-python, lets go out to projects.
# We are in projects/yara-python, lets go out to projects.
-
cd ..
-
cd ..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment