<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository upt-macports.

</pre>
<p><a href="https://github.com/macports/upt-macports/commit/0d49101a33dc8f3cc2c9dec46b0a9ba23adbc4b3">https://github.com/macports/upt-macports/commit/0d49101a33dc8f3cc2c9dec46b0a9ba23adbc4b3</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 0d49101  CI: install tox
</span>0d49101 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0d49101a33dc8f3cc2c9dec46b0a9ba23adbc4b3
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Mon May 9 23:38:44 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    CI: install tox
</span>---
 .github/workflows/main.yml | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;color:#808080;'>index 5aa0682..a0e994b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,5 +25,7 @@ jobs:
</span>           architecture: x64
       - name: Install latest version of pip
         run: python -m pip install --upgrade pip
<span style='display:block; white-space:pre;background:#e0ffe0;'>+      - name: Install Tox
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        run: pip install tox
</span>       - name: Run tox
         run: tox -epy,flake8
</pre><pre style='margin:0'>

</pre>