Skip to content

Commit

Permalink
remove 3.8 and add use (#238)
Browse files Browse the repository at this point in the history
* remove 3.8 and add use

* remove use

* rename display

* remove matrix

* remove 3

* pip ipykernel
  • Loading branch information
zhzhao8888 committed Oct 3, 2023
1 parent 76cf672 commit aaf3300
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -16,8 +16,6 @@ jobs:
displayName: Python install and test Notebooks
strategy:
matrix:
Python38:
python.version: '3.8'
Python310:
python.version: '3.10'
pool:
Expand All @@ -37,6 +35,7 @@ jobs:
path: $(PIP_CACHE_DIR)

- script: |
python -m pip install --upgrade ipykernel
python -m pip install --upgrade pip wheel
python -m pip install --upgrade msticpy
python -m pip install -r requirements.txt
Expand Down Expand Up @@ -72,7 +71,7 @@ jobs:
displayName: 'URL Locale check'
- job: SecurityChecks
displayName: Python install and test Notebooks
displayName: Security check
pool:
vmImage: 'windows-latest'
steps:
Expand Down

0 comments on commit aaf3300

Please sign in to comment.