Skip to content

Commit f744921

Browse files
committed
wf debug
1 parent 4bc4a0c commit f744921

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/pypi.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19+
- name: Cache APT packages
20+
uses: awalsh128/[email protected]
21+
with:
22+
packages: >-
23+
build-essential
24+
curl
25+
git
26+
python3
27+
python3-pip
28+
version: 1 # Increment if the cache needs resetting
29+
1930
- name: Set up Python
2031
uses: actions/setup-python@v5
2132
with:
@@ -82,17 +93,6 @@ jobs:
8293

8394
steps:
8495

85-
- name: Cache APT packages
86-
uses: awalsh128/[email protected]
87-
with:
88-
packages: >-
89-
build-essential
90-
curl
91-
git
92-
python3
93-
python3-pip
94-
version: 1 # Increment if the cache needs resetting
95-
9696
- name: Download all the dists
9797
uses: actions/download-artifact@v4
9898
with:

src/agentlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v0.4.0.dev5"
1+
__version__ = "v0.4.0.dev6"

0 commit comments

Comments
 (0)