Skip to content

Commit

Permalink
Use PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Dec 11, 2022
1 parent bc93c64 commit 4397923
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,15 @@ jobs:

- name: Python 3.9
uses: ./setup
id: python39
with:
cache-pip: true
python-version: "3.9"
package: competitive-verifier==1.2.1-dev
- name: Test 3.9
run: |
[ "${{ steps.python39.outputs.version }}" = "1.2.1.dev0" ]
- name: Python 3.10
uses: ./setup
Expand All @@ -40,4 +46,4 @@ jobs:
package: git+https://github.com/competitive-verifier/competitive-verifier.git@eeb93b5c71fb1caac9a439c936c13a384387db84
- name: Test 3.10
run: |
[ ${{ steps.python310.outputs.version }} = "0.0.1" ]
[ "${{ steps.python310.outputs.version }}" = "0.0.1" ]
2 changes: 1 addition & 1 deletion setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
package:
description: Specify competitive-verifier package path
required: false
default: "git+https://github.com/competitive-verifier/competitive-verifier.git@latest"
default: competitive-verifier
python-version:
description: Specify python verify_files2.json
required: false
Expand Down

0 comments on commit 4397923

Please sign in to comment.