Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
handrenmuhammad committed Jan 16, 2024
1 parent f9ff99f commit 6075952
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
name: Python application
name: Python Workflow

on:
push:
branches: [ main ]
branches:
- main

jobs:
build:

runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Run tests (if any)
run: |
echo "Running tests..."
# Add commands to run your tests here.
python-version: 3.8

- name: Run script
run: python script.py

0 comments on commit 6075952

Please sign in to comment.