Skip to content

Update defender.yml #10

Update defender.yml

Update defender.yml #10

Workflow file for this run

name: Install Python on Windows 2022
on: [push, pull_request]
jobs:
build:
runs-on: windows-2022
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Verify Python installation
run: python --version
- name: Verify Python installation
run: python --version