Skip to content

Commit

Permalink
feat: STRF-12284 Add dependabot:
Browse files Browse the repository at this point in the history
- added python from actions
  • Loading branch information
bc-max committed Jul 24, 2024
1 parent ad24ffe commit e94b95c
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/pull-request-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,10 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install Python and build tools
if: runner.os == 'Linux'
run: |
if [[ "${{ runner.os }}" == 'Linux' ]]; then
sudo apt-get update
sudo apt-get install -y python3 python3-distutils make g++
elif [[ "${{ runner.os }}" == 'Windows' ]]; then
choco install python3 -y
# Install other required packages for Windows
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
brew install python3 g++ make
fi
- name: Install Dependencies
uses: actions/setup-python@v5
with:
python-version: '3.10'
run: npm ci
env:
PYTHON: /usr/bin/python3
Expand Down

0 comments on commit e94b95c

Please sign in to comment.