Skip to content

Commit

Permalink
fix action?
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed May 1, 2024
1 parent 9ca2ec5 commit 9a0937f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.8"
python-version: "3.6"
- name: Generate Bundle
run: |
python generate-bundle.py
- name: Install 2to3
run: pip install 2to3
- name: Install pyminifier
run: pip install pyminifier
- name: Minify Bundle
Expand Down

0 comments on commit 9a0937f

Please sign in to comment.