File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 28
28
run : |
29
29
python -m venv .venv
30
30
source .venv/bin/activate
31
- python -m pip install --upgrade pip
32
31
python -m pip install -r requirements.txt
33
32
python -m pip install pytest
34
33
echo "$VIRTUAL_ENV/bin" >> $GITHUB_PATH
@@ -71,11 +70,11 @@ jobs:
71
70
run : |
72
71
python -m venv .venv
73
72
source .venv/bin/activate
74
- python -m pip install --upgrade pip
75
73
python -m pip install -r requirements.txt
76
74
python -m pip install pytest
77
75
- name : Generate fitting data
78
76
run : |
77
+ source .venv/bin/activate
79
78
python -m pytest -m slow --selectAlgorithm ${{ matrix.algorithm }} --saveFileName test_output_${{ matrix.algorithm }}_${{ matrix.SNR }}.csv --SNR ${{ matrix.SNR }} --fitCount 300 --saveDurationFileName test_duration_${{ matrix.algorithm }}_${{ matrix.SNR }}.csv
80
79
- name : Upload raw data
81
80
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments