Skip to content

Commit d4ec0d5

Browse files
[FIX] bug circleci (#160)
* update deprecated circleci img * fix pip install * bump up version * new syntax for circleci * don't use orb, problem with requirements.txt
1 parent fe066a3 commit d4ec0d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
version: 2
1+
version: 2.1
22

33
jobs:
44
lint:
5-
docker:
6-
- image: circleci/python:3.7.6
5+
machine:
6+
image: ubuntu-2204:2023.02.1
77
steps:
88
- checkout
9+
- run: sudo apt-get install pip
910
- run:
1011
command: |
1112
sudo python3 -m pip install black flake8
@@ -16,7 +17,6 @@ jobs:
1617
flake8
1718
1819
workflows:
19-
version: 2
2020
build-doc-and-deploy:
2121
jobs:
2222
- lint

0 commit comments

Comments
 (0)