Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 13, 2024
1 parent d8c982f commit 0d5e852
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 43 deletions.
3 changes: 3 additions & 0 deletions conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package:
- pytest-playwright
- pytest-playwright-asyncio
4 changes: 2 additions & 2 deletions pytest-playwright-asyncio/meta.yaml → meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge

package:
name: "pytest-playwright-asyncio"
name: "{{ package }}"
version: "{{ environ.get('GIT_DESCRIBE_TAG') | replace('v', '') }}"

source:
Expand All @@ -12,7 +12,7 @@ source:
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
script: "{{ PYTHON }} -m pip install {{ package }} --no-deps -vv"

requirements:
host:
Expand Down
41 changes: 0 additions & 41 deletions pytest-playwright/meta.yaml

This file was deleted.

0 comments on commit 0d5e852

Please sign in to comment.