Skip to content

Commit

Permalink
155 install uv for windows (#158)
Browse files Browse the repository at this point in the history
* windows for uv installation

* windows for uv installation

* windows for uv installation

* windows for uv installation

* windows for uv installation (#156) (#157)

* windows for uv installation

* windows for uv installation

* windows for uv installation
  • Loading branch information
tschm authored Feb 6, 2025
1 parent c7aa26b commit 76f7d4b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions actions/environment/uv/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Build Package
description: "Build Python package and publish artifacts"
name: Build Environment
description: "Build the environment using pyproject.toml and uv"

inputs:
working-directory:
Expand Down Expand Up @@ -69,12 +69,7 @@ runs:
shell: bash
working-directory: ${{ inputs.working-directory }}
run: |
# Activate the virtual environment
# source .venv/bin/activate
# Ensure pip is installed and up-to-date
which python
python -m ensurepip --upgrade
# Confirm python and pip are from the virtual environment
which python
which pip
python -m pip --version

0 comments on commit 76f7d4b

Please sign in to comment.