@digitalisx suggested changes

This commit is contained in:
Frank Gomulka
2022-07-15 18:01:48 -05:00
parent df277b9e80
commit f96f004b13
2 changed files with 6 additions and 7 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
name: Test Volatility3
on: [push]
on: [push, pull_request]
jobs:
build:
@@ -7,10 +7,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.x
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.6'
- name: Install dependencies
run: |