Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 22, 2023. It is now read-only.
/pythonnetPublic archive
forked frompythonnet/pythonnet

Commit85a7f15

Browse files
committed
Update config.yml
1 parentdc9b414 commit85a7f15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
name:Install 7z, unrar
4545
command:|
4646
sudo apt-get install -y p7zip-full
47-
47+
4848
-run:
4949
name:install dependencies
5050
command:|
5151
python3 -m venv venv
5252
. venv/bin/activate
53-
python3 -m pip install -r requirements
53+
python3 -m pip install -r requirements.txt
5454
5555
-save_cache:
5656
paths:
@@ -63,7 +63,7 @@ jobs:
6363
. venv/bin/activate
6464
export DOTNET_CLI_TELEMETRY_OPTOUT=1
6565
python3 setup.py build_dotnet
66-
python3 setup.pybuild_wheel
66+
python3 setup.pybdist_wheel
6767
python3 setup.py develop
6868
6969
-run:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp