Skip to content

Commit

Permalink
Upgrade github pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSchweizer committed Jan 30, 2025
1 parent 67ecbe0 commit c58056f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
- name: Install Poetry
run: |
python -m pip install --upgrade poetry wheel
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
- name: Install Poetry
run: |
python -m pip install --upgrade poetry wheel
Expand Down

0 comments on commit c58056f

Please sign in to comment.