Skip to content

Commit

Permalink
Merge pull request #679 from PokeAPI/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim authored Dec 28, 2021
2 parents 16d18d7 + fa70f05 commit 8b3fccf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
test:
docker:
- image: circleci/python:3.7
- image: cimg/python:3.10.1
steps:
- checkout
- run:
Expand All @@ -13,7 +13,7 @@ jobs:
git submodule update --remote
- run:
name: Install deps
command: sudo make dev-install
command: make dev-install
- run:
name: Linting
command: make format-check
Expand All @@ -23,7 +23,8 @@ jobs:

deploy:
machine:
image: ubuntu-1604:201903-01 # https://circleci.com/docs/2.0/configuration-reference/#available-machine-images with Docker 18.09.3
image: ubuntu-2004:202111-01 # https://circleci.com/docs/2.0/configuration-reference/#available-machine-images with Docker 18.09.3
resource_class: large
steps:
- checkout
- run:
Expand All @@ -48,7 +49,7 @@ workflows:
- test
filters:
branches:
only:
only:
- master
- staging
weekly:
Expand Down

0 comments on commit 8b3fccf

Please sign in to comment.