From c3024906cbd3b74ac206f84f8858ddceabe6a1f9 Mon Sep 17 00:00:00 2001
From: dragonmux <git@dragonmux.network>
Date: Mon, 6 Jan 2025 18:06:46 +0000
Subject: [PATCH] github: Improvements to how the Sphinx virtual environment is
 set up

---
 .github/workflows/website.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 246e5b3..0b716c1 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -34,8 +34,8 @@ jobs:
         shell: bash
         run: |
           sudo apt-get update
-          sudo apt-get install graphviz python3-virtualenv
-          virtualenv .env
+          sudo apt-get install graphviz
+          python3 -m venv .env
           . .env/bin/activate
           pip3 install -U pip setuptools wheel
           pip3 install -r requirements.txt