Skip to content

Commit

Permalink
wf debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TLSDC committed Feb 11, 2025
1 parent 4bc4a0c commit f744921
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Cache APT packages
uses: awalsh128/[email protected]
with:
packages: >-
build-essential
curl
git
python3
python3-pip
version: 1 # Increment if the cache needs resetting

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -82,17 +93,6 @@ jobs:

steps:

- name: Cache APT packages
uses: awalsh128/[email protected]
with:
packages: >-
build-essential
curl
git
python3
python3-pip
version: 1 # Increment if the cache needs resetting

- name: Download all the dists
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion src/agentlab/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.4.0.dev5"
__version__ = "v0.4.0.dev6"

0 comments on commit f744921

Please sign in to comment.