mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Use requirements.txt for PyGitHub
This commit is contained in:
@@ -24,8 +24,9 @@ steps:
|
|||||||
- script: python -m pip install --upgrade pip setuptools wheel
|
- script: python -m pip install --upgrade pip setuptools wheel
|
||||||
displayName: 'Install Python Tools'
|
displayName: 'Install Python Tools'
|
||||||
|
|
||||||
- script: python -m pip install --user PyGithub
|
- script: python -m pip install --user -r requirements.txt
|
||||||
displayName: 'Install PyGithub'
|
displayName: 'Install Python Libraries'
|
||||||
|
workingDirectory: "blog"
|
||||||
|
|
||||||
- script: python before_build.py
|
- script: python before_build.py
|
||||||
displayName: "Run before_build.py script"
|
displayName: "Run before_build.py script"
|
||||||
|
|||||||
Reference in New Issue
Block a user