Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from ESSS/fix-ci
Browse files Browse the repository at this point in the history
Fix CI builds
  • Loading branch information
cauebs authored May 18, 2023
2 parents f6df22b + 8b6b72d commit 2e5c9bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: docker

on:
push:
branches:
- master
pull_request:

permissions:
contents: read
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: tests

on:
push:
branches:
- master
pull_request:

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10.5-slim

# pass with --build-arg SETUPTOOLS_SCM_PRETEND_VERSION=VERSION; this is needed by setuptools_scm
ARG SETUPTOOLS_SCM_PRETEND_VERSION=dev
ARG SETUPTOOLS_SCM_PRETEND_VERSION=0.0.0.dev

WORKDIR /app

Expand Down

0 comments on commit 2e5c9bb

Please sign in to comment.