Skip to content

Commit

Permalink
change actions
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Jan 23, 2024
1 parent 1fdff42 commit 4427df3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/commit_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
apt-get install zip libxml2-dev libxslt-dev -y
python3.11 -m venv .venv
/root/.local/bin/poetry install --with build
/root/.local/bin/poetry install
/root/.local/bin/poetry add pyinstaller==5.13.0
echo "install run pyinstaller"
echo "ls files"
ls .
Expand All @@ -91,8 +89,6 @@ jobs:
apt-get install zip libxml2-dev libxslt-dev -y
python3.11 -m venv .venv
/root/.local/bin/poetry install --with build
/root/.local/bin/poetry install
/root/.local/bin/poetry add pyinstaller==5.13.0
echo "install run pyinstaller"
echo "ls files"
ls .
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ jobs:
apt-get install zip libxml2-dev libxslt-dev -y
python3.11 -m venv .venv
/root/.local/bin/poetry install --with build
/root/.local/bin/poetry install
/root/.local/bin/poetry add pyinstaller==5.13.0
echo "install run pyinstaller"
echo "ls files"
ls .
Expand All @@ -112,8 +110,6 @@ jobs:
apt-get install zip libxml2-dev libxslt-dev zip -y
python3.11 -m venv .venv
/root/.local/bin/poetry install --with build
/root/.local/bin/poetry install
/root/.local/bin/poetry add pyinstaller==5.13.0
echo "install run pyinstaller"
echo "ls files"
ls .
Expand Down

0 comments on commit 4427df3

Please sign in to comment.