Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,10 +31,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Python virtualenv for Github runner
run: |
python -m pip install --upgrade pip
pip install virtualenv
- name: Start from clean state
run: make clean
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion dependencies/CASE-Examples-QC
3 changes: 1 addition & 2 deletions tests/Makefile
Original file line numberDiff line numberDiff line change
Expand Up@@ -41,8 +41,7 @@ all: \
$(top_srcdir)/setup.py \
requirements.txt
rm -rf venv
$(PYTHON3) -m virtualenv \
--python=$(PYTHON3) \
$(PYTHON3) -m venv \
venv
source venv/bin/activate \
&& pip install \
Expand Down