Skip to content

Commit 942d34c

Browse files
Merge pull request #29 from casework/remove_virtualenv_and_refresh_freebsd_testing
Remove virtualenv; refresh FreeBSD testing
2 parents 4fbb546 + 1d7e7a1 commit 942d34c

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
run: |
3636
pip -q install pre-commit
3737
pre-commit run --all-files
38-
- name: Install Python virtualenv for Github runner
39-
run: |
40-
python -m pip install --upgrade pip
41-
pip install virtualenv
4238
- name: Start from clean state
4339
run: make clean
4440
- name: Run tests

tests/dependencies/install_dependent_packages-freebsd-12.sh renamed to tests/dependencies/install_dependent_packages-freebsd-13.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sudo pkg install --yes \
2121
bash \
2222
gmake \
2323
openjdk11-jre \
24-
py37-virtualenv \
24+
py39-sqlite3 \
2525
wget
2626

2727
if [ ! -x /bin/bash ]; then

0 commit comments

Comments
 (0)