Skip to content

Commit 65258b6

Browse files
committed
typo in config
1 parent a19fc81 commit 65258b6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
steps:
3232
- checkout
3333
# DO OUR STUFF
34+
- run:
35+
name: Update pip
36+
command: python3.10 -m pip install --upgrade pip
3437
- python/install-packages:
3538
pkg-manager: pip
3639
# app-dir: ~/project/package-directory/ # If you're requirements.txt isn't in the root directory.

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ install_requires=[
2323
'tqdm',
2424
'numpy',
2525
'pandas',
26-
'selenium'
27-
]
26+
'selenium']
2827

2928
[options.packages.find]
3029
where = src

0 commit comments

Comments
 (0)