mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-12 21:48:30 +03:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9b7680263 |
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -44,11 +44,11 @@ jobs:
|
|||||||
- python: "3.10"
|
- python: "3.10"
|
||||||
task:
|
task:
|
||||||
name: "Test"
|
name: "Test"
|
||||||
run: pytest --exitfirst --failed-first
|
run: pytest --exitfirst --failed-first --assert=plain
|
||||||
- python: "3.7"
|
- python: "3.8"
|
||||||
task:
|
task:
|
||||||
name: "Test (3.7)"
|
name: "Test (3.8)"
|
||||||
run: pytest --exitfirst --failed-first
|
run: pytest --exitfirst --failed-first --assert=plain
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload package distribution files
|
- name: Upload package distribution files
|
||||||
if: matrix.task.name == 'Build'
|
if: matrix.task.name == 'Build'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: package
|
name: package
|
||||||
path: dist
|
path: dist
|
||||||
@@ -99,7 +99,7 @@ jobs:
|
|||||||
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Download package distribution files
|
- name: Download package distribution files
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: package
|
name: package
|
||||||
path: dist
|
path: dist
|
||||||
|
|||||||
2904
Pipfile.lock
generated
2904
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user