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

Commit

Permalink
Pipenv errors ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Release-Candidate committed Mar 25, 2021
1 parent b7d7ed5 commit 867b9a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install dependencies using pipenv ${{ matrix.python-version }}
run: |
cd $GITHUB_WORKSPACE
python -m pipenv --python ${{ matrix.python-version }} install --dev
python -m pipenv install --dev
- name: Run Tests ${{ matrix.python-version }}
run: |
Expand Down Expand Up @@ -108,9 +108,9 @@ jobs:
- name: Install dependencies using pipenv ${{ matrix.python-version }}
run: |
cd $GITHUB_WORKSPACE
python -m pipenv --python ${{ matrix.python-version }} install --dev
python -m pipenv --python ${{ matrix.python-version }} install tzolkin-calendar
python -m pipenv --python ${{ matrix.python-version }} update
python -m pipenv install --dev
python -m pipenv install tzolkin-calendar
python -m pipenv update
- name: Run Tests ${{ matrix.python-version }}
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/osx_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install dependencies using pipenv ${{ matrix.python-version }}
run: |
cd $GITHUB_WORKSPACE
python -m pipenv --python ${{ matrix.python-version }} install --dev
python -m pipenv install --dev
- name: Run Tests ${{ matrix.python-version }}
run: |
Expand Down Expand Up @@ -107,9 +107,9 @@ jobs:
- name: Install dependencies using pipenv ${{ matrix.python-version }}
run: |
cd $GITHUB_WORKSPACE
python -m pipenv --python ${{ matrix.python-version }} install --dev
python -m pipenv --python ${{ matrix.python-version }} install tzolkin-calendar
python -m pipenv --python ${{ matrix.python-version }} update
python -m pipenv install --dev
python -m pipenv install tzolkin-calendar
python -m pipenv update
- name: Run Tests ${{ matrix.python-version }}
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: python -m pip install --upgrade pipenv

- name: Install dependencies using pipenv ${{ matrix.python-version }}
run: python -m pipenv --python ${{ matrix.python-version }} install --dev
run: python -m pipenv install --dev

- name: Run Tests ${{ matrix.python-version }}
run: |
Expand Down Expand Up @@ -105,9 +105,9 @@ jobs:

- name: Install dependencies using pipenv ${{ matrix.python-version }}
run: |
python -m pipenv --python ${{ matrix.python-version }} install --dev
python -m pipenv --python ${{ matrix.python-version }} install tzolkin-calendar
python -m pipenv --python ${{ matrix.python-version }} update
python -m pipenv install --dev
python -m pipenv install tzolkin-calendar
python -m pipenv update
- name: Run Tests ${{ matrix.python-version }}
run: |
Expand Down

0 comments on commit 867b9a5

Please sign in to comment.