Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changement usagers en membres #5

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions .github/workflows/generate-post-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: Update apt-get
run: sudo apt-get update -y
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -38,5 +40,3 @@ jobs:
with:
name: reglement-interieur
path: ${{env.working-directory}}/out


Loading