Skip to content

Commit

Permalink
chore: Remove tornado_rest_client based actors (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaikaN57 authored Feb 12, 2025
1 parent ea99a54 commit 2736e81
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 2,973 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'
- run: make venv
shell: bash
- run: make lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'
- run: make venv
shell: bash
- run: make lint
Expand Down
Loading

0 comments on commit 2736e81

Please sign in to comment.