From 0f8ed7a53780762283da139620cdd5a375aeb0ad Mon Sep 17 00:00:00 2001 From: ControlNet Date: Sun, 13 Oct 2024 02:55:45 +1100 Subject: [PATCH] fix typo and ci --- .github/workflows/CI.yml | 13 +++++++++---- README.md | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ad3ec43..5dc3022 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/README.md b/README.md index 34df49f..12fcfb6 100644 --- a/README.md +++ b/README.md @@ -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