We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc4a0c commit f744921Copy full SHA for f744921
.github/workflows/pypi.yml
@@ -16,6 +16,17 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
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
+
30
- name: Set up Python
31
uses: actions/setup-python@v5
32
with:
@@ -82,17 +93,6 @@ jobs:
82
93
83
94
84
95
85
- - name: Cache APT packages
86
- uses: awalsh128/[email protected]
87
- with:
88
- packages: >-
89
- build-essential
90
- curl
91
- git
92
- python3
- python3-pip
- version: 1 # Increment if the cache needs resetting
-
96
- name: Download all the dists
97
uses: actions/download-artifact@v4
98
src/agentlab/__init__.py
@@ -1 +1 @@
1
-__version__ = "v0.4.0.dev5"
+__version__ = "v0.4.0.dev6"
0 commit comments