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 37a3b59 commit b52c660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -47,12 +47,12 @@ jobs:
name: install python 2.7
command: |
sudo apt-get update
sudo apt-get install -y python2.7
sudo apt-get install -y python2.7 python-pip
# Verify Node.js version
- run:
name: Verify Node.js version
name: Verify Python installation
command: |
node --version
python --version
- run: npm install
- run: ./node_modules/.bin/semantic-release
- run:
Expand Down

0 comments on commit b52c660

Please sign in to comment.