Removing Python version

This commit is contained in:
Shutdown
2023-09-05 22:29:25 +02:00
parent 627e2fbab9
commit 2a67aa639a
+3 -8
View File
@@ -1,19 +1,14 @@
name: Test install Volatility3
name: Install Volatility3 test
on: [push, pull_request]
jobs:
build:
install:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup python-pip
run: python -m pip install --upgrade pip