mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 03:37:39 +02:00
Fixing fail-fast strategy
This commit is contained in:
@@ -5,8 +5,8 @@ jobs:
|
||||
install_test:
|
||||
runs-on: ${{ matrix.host }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
fail-fast: false
|
||||
host: [ ubuntu-latest, macOS-latest, windows-latest ]
|
||||
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user