Skip to content

Commit

Permalink
Stability GitHub workflow fix (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
remade authored Nov 24, 2024
1 parent ca40bf2 commit 78ae82f
Show file tree
Hide file tree
Showing 20 changed files with 806 additions and 986 deletions.
4 changes: 2 additions & 2 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ runs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: "3.10"

- name: Get full Python version
id: full-python-version
Expand Down
187 changes: 0 additions & 187 deletions .github/workflows/cross_build.yml

This file was deleted.

Loading

0 comments on commit 78ae82f

Please sign in to comment.