Skip to content

Commit

Permalink
adjusted pip instsall in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
l1onh3art88 committed Feb 18, 2025
1 parent 7d60720 commit 16ae687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: ${{ matrix.py }}

- name: Upgrade pip
run: python -m pip install -U pip
run: python -m ensurepip --upgrade

- name: Install pufferlib
run: pip install -e .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=68.0.0", "wheel", "Cython", "numpy"]
requires = ["setuptools", "wheel", "Cython", "numpy"]
build-backend = "setuptools.build_meta"

0 comments on commit 16ae687

Please sign in to comment.