Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Apr 11, 2024
1 parent 2256d39 commit 6a8fbb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Expand Up @@ -40,14 +40,15 @@ jobs:
release:
<<: *defaults
docker:
- image: cimg/node:20.12.1
- image: cimg/aws:2024.03
steps:
- checkout
- run:
name: install python 2.7
command: |
sudo apt-get update
sudo apt-get install -y python2.7 python-pip
sudo apt-get install -y python2.7
python2.7
# Verify Node.js version
- run:
name: Verify Python installation
Expand Down

0 comments on commit 6a8fbb1

Please sign in to comment.