Skip to content

Commit d735eb9

Browse files
remove python 3.8 unit tests
1 parent d4f2c6c commit d735eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-unittests-default_setup.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[Py3.8-3.11] - Default Tests"
1+
name: "[Py3.9-3.11] - Default Tests"
22

33
on:
44
workflow_dispatch:
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
python-version: ["3.8", "3.9", "3.10", "3.11"]
36+
python-version: ["3.9", "3.10", "3.11"]
3737

3838
steps:
3939
- uses: actions/checkout@v4
@@ -58,7 +58,7 @@ jobs:
5858
set -x # print commands that are executed
5959
$CONDA/bin/conda init
6060
source /home/runner/.bashrc
61-
conda install python=${{ matrix.python-version }} --no-deps conda-anaconda-telemetry
61+
conda install python=${{ matrix.python-version }}
6262
pip install -r test-requirements.txt
6363
conda list
6464
python -m pytest -v -p no:warnings --durations=5 tests/unitary/default_setup

0 commit comments

Comments
 (0)