Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Make sure Python is available on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexterp37 committed Mar 19, 2021
1 parent ff2af3e commit 5fcf66e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -8,7 +8,7 @@ version: 2.1
jobs:
Build:
docker:
- image: cimg/node:14.13.1
- image: cimg/python:3.8.8-node
steps:
- checkout
- run:
Expand All @@ -23,7 +23,7 @@ jobs:

Addon unit tests:
docker:
- image: cimg/node:14.13.1
- image: cimg/python:3.8.8-node
steps:
- checkout
- run:
Expand All @@ -35,7 +35,7 @@ jobs:

Addon code linting:
docker:
- image: cimg/node:14.13.1
- image: cimg/python:3.8.8-node
steps:
- checkout
- run:
Expand All @@ -53,7 +53,7 @@ jobs:

Firefox integration tests:
docker:
- image: cimg/node:14.13.1
- image: cimg/python:3.8.8-node
steps:
- checkout
- run:
Expand Down

0 comments on commit 5fcf66e

Please sign in to comment.