We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62dc690 commit 01b7c4aCopy full SHA for 01b7c4a
2 files changed
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
python -m venv venv
21
. venv/bin/activate
22
- export version=$(grep -v '^$' ${GITHUB_WORKSPACE}/requirements.txt | grep requests | awk -F'=' '{print $2}' )
+ export version=$(grep -v '^$' ${GITHUB_WORKSPACE}/requirements.txt | grep requests | awk -F'>=' '{print $2}' )
23
pip install requests==$(echo $version)
24
- name: run tests
25
requirements.txt
@@ -1 +1 @@
1
-requests>=2.20.0
+requests>=2.28.0
0 commit comments