зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 05:04:14 +02:00
родитель
251a31763f
Коммит
ea18277090
11
.github/dependabot.yml
поставляемый
Обычный файл
11
.github/dependabot.yml
поставляемый
Обычный файл
@ -0,0 +1,11 @@
|
||||
# To get started with Dependabot version updates, you'll need to specify which
|
||||
# package ecosystems to update and where the package manifests are located.
|
||||
# Please see the documentation for all configuration options:
|
||||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
8
.github/workflows/ci.yml
поставляемый
8
.github/workflows/ci.yml
поставляемый
@ -19,15 +19,15 @@ jobs:
|
||||
python-version: [3.9]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -e .
|
||||
python -m pip install uv
|
||||
uv pip install --system -e .
|
||||
- name: Run pytest test_colors
|
||||
run: |
|
||||
cd ammico
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user