Skip to content

Commit

Permalink
I don't know what I'm doing
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed May 16, 2024
1 parent d97ea83 commit 052e8ad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-python@v5
with:
python-version: 3.12.3
cache: 'pip'
- name: Install Python setup tools
run: |
pip install setuptools
python -m pip install --upgrade pip setuptools
- name: Install and build
run: |
yarn install
Expand Down

0 comments on commit 052e8ad

Please sign in to comment.