Skip to content

Commit

Permalink
step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtedn21 committed Nov 3, 2023
1 parent 4e330a1 commit 5036dee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: "3.11"

steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: '3.11'
architecture: 'x64'

- name: Display Python version
run: python -c "import sys; print(sys.version)"
Expand Down

0 comments on commit 5036dee

Please sign in to comment.