Skip to content

Commit

Permalink
fix(ci): switch to 3.10 to get around all the new twine requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Oct 22, 2024
1 parent 3678ac3 commit a46a589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -33,7 +33,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: '3.12'
python-version: '3.10'
- name: set up node
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions cli-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
click==7.1.2
click_plugins==1.1.1
click==8.1.7
click_plugins

0 comments on commit a46a589

Please sign in to comment.