From e47c709f39b966738fa3f35eca150754b61e66c0 Mon Sep 17 00:00:00 2001
From: cronekorkn <git@ckn.li>
Date: Mon, 29 Jul 2024 10:26:38 +0200
Subject: [PATCH] dedup

---
 bundles/macbook/files/venv | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bundles/macbook/files/venv b/bundles/macbook/files/venv
index cd9b934..2d8d94d 100644
--- a/bundles/macbook/files/venv
+++ b/bundles/macbook/files/venv
@@ -23,6 +23,5 @@ then
   then
     python3 -m pip --require-virtualenv install -r optional-requirements.txt --upgrade
   fi
-  python3 -m pip --require-virtualenv install -r optional-requirements.txt --upgrade
   date +%s > .pip_upgrade_timestamp
 fi