We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19fc81 commit 65258b6Copy full SHA for 65258b6
.circleci/config.yml
@@ -31,6 +31,9 @@ jobs:
31
steps:
32
- checkout
33
# DO OUR STUFF
34
+ - run:
35
+ name: Update pip
36
+ command: python3.10 -m pip install --upgrade pip
37
- python/install-packages:
38
pkg-manager: pip
39
# app-dir: ~/project/package-directory/ # If you're requirements.txt isn't in the root directory.
setup.cfg
@@ -23,8 +23,7 @@ install_requires=[
23
'tqdm',
24
'numpy',
25
'pandas',
26
- 'selenium'
27
-]
+ 'selenium']
28
29
[options.packages.find]
30
where = src
0 commit comments