Giter Club home page Giter Club logo

Comments (5)

GuillaumeSeren avatar GuillaumeSeren commented on June 25, 2024

Hey @havardAasen ,
last master push was again 3.8 to 3.12 https://github.com/afewmail/afew/actions/runs/5391100743

Can you provide more precision on this issue ?

Thank you

from afew.

havardAasen avatar havardAasen commented on June 25, 2024

I'll add a photo, perhaps it describe the problem better.

In short, the Ci pipeline is configured incorrectly. You believe it tests 3.8 to 3.12 but it only tests against 3.8

This is the last job for the master branch, claimed to build and test against 3.12, but in reality it is 3.8
https://github.com/afewmail/afew/actions/runs/6945577376/job/18895266536#step:6:16

python3 8

from afew.

havardAasen avatar havardAasen commented on June 25, 2024

@GuillaumeSeren
I see you haven't removed the waiting-reply label, are you unsatisfied with the one i provided?

from afew.

GuillaumeSeren avatar GuillaumeSeren commented on June 25, 2024

Hey @havardAasen ,
yes sorry I didn't understand the issue on the first post.

So it seems the test are always run on python-3.8 for some reason,
it is not supposed to be like that, we have to investigate.

from afew.

GuillaumeSeren avatar GuillaumeSeren commented on June 25, 2024

Oh I think I get it,
after searching and debugging the ci file, there was a big issue,
thank you taking the time to report this 👏

The issue was, in the following code of the runner:

      - name: Set up Python
        uses: actions/setup-python@v1
        with:
          python-version: '${{ matrix.python }}'

# But the name of the list of available python version defined earlier
# in the file is python-version

    strategy:
      matrix:
        python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

After fixing the variable we can now see the right python version,
and discover a issue on python-3.12.

from afew.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.