Skip to content

Commit

Permalink
CI patches
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jul 19, 2024
1 parent 0760b89 commit bdf18df
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
fetch-depth: "0"
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v2
if: ${{ matrix.python-version != 'None' }}
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -79,10 +79,6 @@ jobs:
- name: Display Packages
if: ${{ matrix.python-version != 'None' }}
run: pip freeze
#- name: Setup Environment Variables
# uses: c-py/action-dotenv-to-setenv@v2
# with:
# env-file: ./ci/weaver.env
- name: Display Environment Variables
run: |
hash -r
Expand Down Expand Up @@ -110,7 +106,7 @@ jobs:
with:
fetch-depth: "0"
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Build Distribution Package
Expand Down

0 comments on commit bdf18df

Please sign in to comment.