Skip to content

Commit

Permalink
Python 3.12 -> 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Petrovskiy committed Nov 18, 2023
1 parent 4ee38af commit 1f6e6cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python 3.12, Ruby 2.7, Node.js 16, Java 17, .NET 8, Go 1.21, Swift, Dart, allure
name: Python 3.10, Ruby 2.7, Node.js 16, Java 17, .NET 8, Go 1.21, Swift, Dart, allure

# on: [push]
on:
Expand Down Expand Up @@ -26,10 +26,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/allure-prep
- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.10

- name: Install dependencies
run: |
Expand Down

0 comments on commit 1f6e6cf

Please sign in to comment.