Skip to content

Commit

Permalink
Added workflow files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcschrg committed Oct 19, 2023
1 parent f15f092 commit 23556bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-mango.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ permissions:

jobs:
build:
runs-on: python:3.8.10
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: |
pip install virtualenv
Expand Down

0 comments on commit 23556bd

Please sign in to comment.