Skip to content

Commit

Permalink
Removing npm install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainKoszyk committed Oct 26, 2023
1 parent efd622b commit 49d5876
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
if [ $GITHUB_REF == 'refs/heads/master' ]; then echo "ENV=prod"; else echo "ENV=staging"; fi >> $GITHUB_ENV
echo "REPOSITORY_NAME=${GITHUB_REPOSITORY#*\/}" >> $GITHUB_ENV
- name: Install NPM dependencies
run: npm install

- name: Install Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 49d5876

Please sign in to comment.