Skip to content

Commit

Permalink
fix typo and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ControlNet committed Oct 12, 2024
1 parent ad6bfe7 commit 0f8ed7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: "3.11"
- uses: dtolnay/rust-toolchain@nightly
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -71,7 +72,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: "3.11"
- uses: dtolnay/rust-toolchain@nightly
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -98,8 +100,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: "3.11"
architecture: ${{ matrix.platform.target }}
- uses: dtolnay/rust-toolchain@nightly
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -125,7 +128,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: "3.11"
- uses: dtolnay/rust-toolchain@nightly
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -142,6 +146,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The metadata is a json file for each subset (train, val), which is a list of dic

## SDK

We provide an Python library `avdeepfake1m` to load the dataset and evaluation.
We provide a Python library `avdeepfake1m` to load the dataset and evaluation.

### Installation

Expand Down

0 comments on commit 0f8ed7a

Please sign in to comment.