Skip to content

Commit

Permalink
Merge pull request #10 from vitaliypopel/workspace
Browse files Browse the repository at this point in the history
Fixed bug with sequence python versions
  • Loading branch information
vitaliypopel authored Sep 20, 2024
2 parents 3e6e4c1 + 68fac6f commit 83fb0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: '3.8'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 83fb0d7

Please sign in to comment.