Skip to content

Commit

Permalink
#26:Added python version (#27)
Browse files Browse the repository at this point in the history
* Added python version

* Updated ubuntu version of github actions
  • Loading branch information
umitbuyuksahin authored Nov 3, 2021
1 parent 349b087 commit 42ddf84
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ on:

jobs:
release:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [ 3.6 ]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 42ddf84

Please sign in to comment.