Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brmmm3 committed Oct 22, 2024
1 parent acd7ccb commit 7963c53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
CIBW_TEST_COMMAND: pytest {package}/tests

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1
with:
Expand All @@ -73,7 +73,7 @@ jobs:
- if: runner.os != 'Linux'
name: Setup env when not using docker
run: |
python -m pip install --upgrade wheel setuptools
python -m pip install --upgrade wheel setuptools setuptools-rust
- uses: PyO3/maturin-action@v1
with:
Expand All @@ -82,7 +82,7 @@ jobs:
args: --release

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: pip
Expand Down
3 changes: 2 additions & 1 deletion pyscandir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ bincode = { version = "1.3", optional = true }
serde = { version = "1.0", optional = true }
serde_derive = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
scandir = { path = "../scandir", version = "2.7.3" }
scandir = { version = "2.7" }
#scandir = { path = "../scandir", version = "2.7.3" }

[features]
default = ["speedy", "bincode", "json"]
Expand Down

0 comments on commit 7963c53

Please sign in to comment.